Trajectory
class Trajectory(val segments: List<TrajectorySegment>, val markers: List<TrajectoryMarker> = emptyList())
Trajectory composed of a list of trajectory segments and trajectory markers.
Parameters
segments
list of trajectory segments
markers
list of trajectory markers
See also
Properties
Functions
Link copied to clipboard
Returns the pose acceleration t seconds into the trajectory.
Link copied to clipboard
Returns the pose second derivative t seconds into the trajectory.
Link copied to clipboard
Returns a pair containing the TrajectorySegment at t seconds along the path and the duration along that segment.