core / com.acmerobotics.roadrunner.profile / MotionConstraints

MotionConstraints

abstract class MotionConstraints (source)

Motion profile motion constraints.

Constructors

<init>

Motion profile motion constraints.

MotionConstraints()

Functions

get

Returns the motion constraints s units along the profile.

abstract operator fun get(s: Double): SimpleMotionConstraintsopen operator fun get(s: DoubleProgression): List<SimpleMotionConstraints>