toggle menu
MeepMeep
jvm
switch theme
search in API
MeepMeep
/
org.rowlandhall.meepmeep.roadrunner.trajectorysequence.sequencesegment
/
TrajectorySegment
Trajectory
Segment
class
TrajectorySegment
:
SequenceSegment
Represents a segment of a trajectory sequence that consists of a single trajectory.
Members
Constructors
Trajectory
Segment
Link copied to clipboard
constructor
(
trajectory
:
Trajectory
)
Constructs a new TrajectorySegment.
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.
trajectory
Link copied to clipboard
val
trajectory
:
Trajectory
The trajectory associated with this segment.