SequenceSegment

abstract class SequenceSegment

Abstract class representing a segment of a trajectory sequence.

Inheritors

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.