CompositeCancelableTrajectory
Represents a composite trajectory made up of multiple CancelableTrajectory segments. Allows cancellation at any displacement along the combined trajectory, returning a new composite trajectory.
Constructors
Functions
Cancels the composite trajectory at the given displacement, returning a new trajectory starting from that point.
Returns the robot state at the end of the trajectory with respect to displacement.
Returns the robot state at the end of the trajectory with respect to time.
Evaluates the trajectory at the given parameter value to obtain the robot state.
Applies a pose transformation map to this trajectory.
Combines this trajectory with another trajectory to create a composite trajectory.
Returns the robot state at the start of the trajectory (parameter = 0).
Converts this trajectory to a displacement-parameterized representation.
Converts this trajectory to a time-parameterized representation.