TrajectorySequence

A sequence of trajectory segments.

Since

1.0.0-pre

Constructors

Link copied to clipboard
constructor(sequenceList: List<SequenceSegment>)
Create a new trajectory sequence

Functions

Link copied to clipboard
open fun duration(): Double
Get the time in seconds for the sequence to execute.
Link copied to clipboard
open fun end(): Pose2d
Get the end pose of the sequence
Link copied to clipboard
open fun get(i: Int): SequenceSegment
Get the segment at the given index
Link copied to clipboard
open fun size(): Int
Get the number of segments in the sequence
Link copied to clipboard
open fun start(): Pose2d
Get the start pose of the sequence