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

      public State(double position, double velocity)
      Constructs constraints for a Trapezoid Profile.
      Parameters:
      position - The position at this state.
      velocity - The velocity at this state.
  • Method Details