core / com.acmerobotics.roadrunner.trajectory.config / TrajectoryConfig / Waypoint

Waypoint

data class Waypoint (source)

Description of a single segment of a composite trajectory.

Constructors

<init>

Description of a single segment of a composite trajectory.

Waypoint(position: Vector2d, heading: Double, tangent: Double, interpolationType: HeadingInterpolationType)

Properties

heading

val heading: Double

interpolationType

val interpolationType: HeadingInterpolationType

position

val position: Vector2d

tangent

val tangent: Double