Package xbot.common.controls.actuators
Class XCANMotorControllerPIDProperties.Builder
java.lang.Object
xbot.common.controls.actuators.XCANMotorControllerPIDProperties.Builder
- Enclosing class:
- XCANMotorControllerPIDProperties
Builder class for XCANMotorControllerPIDProperties to facilitate easier construction with optional parameters.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withD(double d) withGravityFeedForward(double gravityFeedForward) withI(double i) withMaxPowerOutput(double maxPowerOutput) withMinPowerOutput(double minPowerOutput) withP(double p) withStaticFeedForward(double staticFeedForward) withVelocityFeedForward(double velocityFeedForward)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withP
-
withI
-
withD
-
withStaticFeedForward
-
withVelocityFeedForward
-
withGravityFeedForward
-
withMaxPowerOutput
-
withMinPowerOutput
-
build
-