TrajectorySegment

Represents a segment of a trajectory sequence that consists of a single trajectory.

Constructors

Link copied to clipboard
constructor(trajectory: Trajectory)
Constructs a new TrajectorySegment.

Properties

Link copied to clipboard
The duration of the segment.
Link copied to clipboard
val endPose: Pose2d
The ending pose of the segment.
Link copied to clipboard
val markers: List<TrajectoryMarker>
The list of trajectory markers associated with the segment.
Link copied to clipboard
val startPose: Pose2d
The starting pose of the segment.
Link copied to clipboard
val trajectory: Trajectory
The trajectory associated with this segment.