Hermite Path
constructor(startPose: Pose, endPose: Pose, startVelocity: Pose = Pose(), endVelocity: Pose = Pose(), headingInterpolationMode: Path.HeadingInterpolationMode = Path.HeadingInterpolationMode.LINEAR)
Parameters
start Pose
The starting pose of the path
end Pose
The ending pose of the path
start Velocity
The starting velocity vector x,y
end Velocity
The ending velocity vector x,y