WaitSegment

Represents a segment in a trajectory sequence where the robot waits for a specified duration.

Constructors

Link copied to clipboard
constructor(pose: Pose2d, seconds: Double, markers: List<TrajectoryMarker>)
Constructs a new WaitSegment.

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.