PosePath
interface PosePath
Represents a parametric 2D pose path \((x(s), y(s), \theta(s))\) with automatic differentiation support.
A pose path extends a position path by including heading/orientation information. The path is parameterized by arc length Arclength and can be evaluated to obtain pose (position + heading) and derivatives at any point along the path.
Pose paths are fundamental building blocks for robot trajectory planning, as they define the spatial configuration the robot should follow.
Inheritors
Functions
Link copied to clipboard
Evaluates the pose path at the beginning (arc length = 0).
Link copied to clipboard
Evaluates the pose path at the end (arc length = length).
Link copied to clipboard
Applies a pose transformation map to this path.
Link copied to clipboard
Combines this path with another path to create a composite path.