Class TorqueNEO.SmartMotionProfile

java.lang.Object
org.texastorque.torquelib.motors.TorqueNEO.SmartMotionProfile
Enclosing class:
TorqueNEO

public static final class TorqueNEO.SmartMotionProfile extends Object
Collected representation of the SmartMotionProfile parameters.
  • Field Details

    • maxVelocity

      public final double maxVelocity
    • minVelocity

      public final double minVelocity
    • maxAcceleration

      public final double maxAcceleration
    • allowedError

      public final double allowedError
    • slot

      public final int slot
  • Constructor Details

    • SmartMotionProfile

      public SmartMotionProfile(double maxVelocity, double minVelocity, double maxAcceleration, double allowedError)
    • SmartMotionProfile

      public SmartMotionProfile(double maxVelocity, double minVelocity, double maxAcceleration, double allowedError, int slot)