toggle menu
MeepMeep
jvm
switch theme
search in API
MeepMeep
/
org.rowlandhall.meepmeep.roadrunner.trajectorysequence
/
TrajectorySequence
Trajectory
Sequence
open
class
TrajectorySequence
Represents a sequence of trajectory segments.
Members
Constructors
Trajectory
Sequence
Link copied to clipboard
constructor
(
sequenceList
:
List
<
SequenceSegment
>
)
Constructs a new TrajectorySequence.
Functions
duration
Link copied to clipboard
open
fun
duration
(
)
:
Double
Returns the total duration of the trajectory sequence.
end
Link copied to clipboard
open
fun
end
(
)
:
Pose2d
Returns the ending pose of the trajectory sequence.
get
Link copied to clipboard
open
fun
get
(
i
:
Int
)
:
SequenceSegment
Returns the sequence segment at the specified index.
size
Link copied to clipboard
open
fun
size
(
)
:
Int
Returns the number of sequence segments in the trajectory sequence.
start
Link copied to clipboard
open
fun
start
(
)
:
Pose2d
Returns the starting pose of the trajectory sequence.