Class VelocityThrottleModule

java.lang.Object
xbot.common.logic.VelocityThrottleModule

public class VelocityThrottleModule extends Object
  • Constructor Details

    • VelocityThrottleModule

      @AssistedInject public VelocityThrottleModule(@Assisted("name") String name, @Assisted("velocityPid") PIDManager velocityPid, PropertyFactory propMan)
  • Method Details

    • setThrottleLimits

      public void setThrottleLimits(double lowerLimit, double upperLimit)
    • reset

      public void reset()
    • calculateThrottle

      public double calculateThrottle(double goalSpeed, double currentSpeed)