class PointTurn : TrajectorySegment
Point turn trajectory segment.
constraints
- drive constraints
PointTurn(start: Pose2d, endHeading: Double, constraints: DriveConstraints)
Point turn trajectory segment. |
val constraints: DriveConstraints
drive constraints |
|
val profile: MotionProfile |
|
val start: Pose2d
start pose |
fun acceleration(time: Double): Pose2d
Returns the pose acceleration at the given time. |
|
fun duration(): Double
Returns the duration of the segment. |
|
fun get(time: Double): Pose2d
Returns the pose at the given time. |
|
fun velocity(time: Double): Pose2d
Returns the pose velocity at the given time. |