public class MotionConstraints
Motion profile motion constraints.
Constructor and Description |
---|
MotionConstraints()
Motion profile motion constraints.
|
Modifier and Type | Method and Description |
---|---|
SimpleMotionConstraints |
get(double s)
Returns the motion constraints
s units along the profile. |
java.util.List<com.acmerobotics.roadrunner.profile.SimpleMotionConstraints> |
get(DoubleProgression s) |
@NotNull public SimpleMotionConstraints get(double s)
Returns the motion constraints s
units along the profile.
s
@NotNull public java.util.List<com.acmerobotics.roadrunner.profile.SimpleMotionConstraints> get(@NotNull DoubleProgression s)