PathSegment
class PathSegment @JvmOverloads constructor(val curve: ParametricCurve, val interpolator: HeadingInterpolator = TangentInterpolator())
Path segment composed of a parametric curve and heading interpolator.
Parameters
curve
parametric curve
interpolator
heading interpolator
Constructors
Link copied to clipboard
Functions
Link copied to clipboard
Returns the end pose second derivative.
Link copied to clipboard
Returns the end tangent angle.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the start pose derivative.
Link copied to clipboard
Returns the start pose second derivative.
Link copied to clipboard
Returns the start tangent angle.
Link copied to clipboard