Package edu.wpi.first.math.trajectory
Class TrapezoidProfile.State
java.lang.Object
edu.wpi.first.math.trajectory.TrapezoidProfile.State
- Enclosing class:
- TrapezoidProfile
public static class TrapezoidProfile.State extends Object
Profile state.
-
Field Details
-
Constructor Details
-
State
public State()Default constructor. -
State
Constructs constraints for a Trapezoid Profile.- Parameters:
position
- The position at this state.velocity
- The velocity at this state.
-
State
Constructs constraints for a Trapezoid Profile.- Type Parameters:
U
- Unit type.- Parameters:
position
- The position at this state.velocity
- The velocity at this state.
-
-
Method Details