class Trajectory
Trajectory backed by a Path and a MotionProfile.
Trajectory(path: Path, profile: MotionProfile, markers: List<TemporalMarker> = emptyList())
Trajectory backed by a Path and a MotionProfile. |
val markers: List<TemporalMarker> |
|
val path: Path
path |
|
val profile: MotionProfile
motion profile |
fun acceleration(time: Double): Pose2d |
|
fun duration(): Double |
|
fun end(): Pose2d |
|
operator fun get(time: Double): Pose2d |
|
fun start(): Pose2d |
|
fun velocity(time: Double): Pose2d |