Package org.chsrobotics.lib.trajectory
Class TrapezoidProfile.Constraints
- java.lang.Object
-
- org.chsrobotics.lib.trajectory.TrapezoidProfile.Constraints
-
- Enclosing class:
- TrapezoidProfile
public static class TrapezoidProfile.Constraints extends java.lang.ObjectData class to hold the maximum allowed rates for the output of a TrapezoidProfile.
-
-
Field Summary
Fields Modifier and Type Field Description doublemaxAccelerationdoublemaxVelocity
-
Constructor Summary
Constructors Constructor Description Constraints(double maxVelocity, double maxAcceleration)Constructs a TrapezoidProfileConstraints.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)inthashCode()java.lang.StringtoString()
-