toggle menu
MeepMeep
jvm
switch theme
search in API
MeepMeep
/
org.rowlandhall.meepmeep.roadrunner.trajectorysequence.sequencesegment
/
SequenceSegment
Sequence
Segment
abstract
class
SequenceSegment
Abstract class representing a segment of a trajectory sequence.
Inheritors
TurnSegment
WaitSegment
TrajectorySegment
Members
Properties
duration
Link copied to clipboard
val
duration
:
Double
The duration of the segment.
end
Pose
Link copied to clipboard
val
endPose
:
Pose2d
The ending pose of the segment.
markers
Link copied to clipboard
val
markers
:
List
<
TrajectoryMarker
>
The list of trajectory markers associated with the segment.
start
Pose
Link copied to clipboard
val
startPose
:
Pose2d
The starting pose of the segment.