PositionPath
Represents a parametric 2D position path \((x(t), y(t))\) with automatic differentiation support.
This interface defines a path in 2D space parameterized by a value of type Param. The path can be evaluated at any parameter value to obtain position and derivatives up to order n.
Parameters
The parameter type \(t\) used to parameterize the path (e.g., arc length, time)
Inheritors
Functions
Evaluates the path at the beginning (parameter = 0).
Evaluates the path at the end (parameter = length).
Creates a PosePath using this path for position and constant heading.
Creates a PosePath using this path for position and a linear interpolation between startHeading and endHeading for heading.
Creates a PosePath using this path for position and a linear interpolation between startHeading and endHeading for heading.
Creates a PosePath using this path for position and its tangent for heading.