toggle menu
MeepMeep
jvm
switch theme
search in API
MeepMeep
/
org.rowlandhall.meepmeep.roadrunner.trajectorysequence.sequencesegment
/
WaitSegment
Wait
Segment
class
WaitSegment
:
SequenceSegment
Represents a segment in a trajectory sequence where the robot waits for a specified duration.
Members
Constructors
Wait
Segment
Link copied to clipboard
constructor
(
pose
:
Pose2d
,
seconds
:
Double
,
markers
:
List
<
TrajectoryMarker
>
)
Constructs a new WaitSegment.
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.