Linear Path
LinearPath class representing a straight line path in 2D space
Parameters
start Pose
The starting pose of the path
end Pose
The ending pose of the path
Constructors
Properties
Functions
Link copied to clipboard
Gets the closest point on the path to the given position
Link copied to clipboard
Gets the closest point t value to the given position on the path
Link copied to clipboard
Gets the curvature at the given parameter t
Link copied to clipboard
Gets the arc length from the start of the path to the given parameter t
Link copied to clipboard
Gets the parameter t value from the given arc length