Package-level declarations
Types
Represents a composite trajectory made up of multiple CancelableTrajectory segments. Allows cancellation at any displacement along the combined trajectory, returning a new composite trajectory.
Represents a trajectory marker, which consists of a trigger condition and a callback to execute when triggered.
Functional interface for marker callbacks triggered during trajectory execution. Implementations define actions to perform when a marker is triggered.
Functional interface representing a marker trigger. A marker trigger determines whether a specific condition is met during the execution of a trajectory, based on the robot's state, the trajectory, and the current progress along the trajectory.
Do not instantiate directly. See SafePosePathBuilder.
Wrapper for PosePathSeqBuilder that provides the same guarantees without throwing PosePathSeqBuilder.RotationContinuityException.
A time-indexed turn beginning at beginPose and rotating CCW angle radians subject to constraints.
Trajectory with markers.