Package swervelib.parser.json
Class PIDFPropertiesJson
java.lang.Object
swervelib.parser.json.PIDFPropertiesJson
SwerveModule
PID with Feedforward for the drive motor and angle motor.-
Field Summary
Modifier and TypeFieldDescriptionThe PIDF with Integral Zone used for the angle motor.The PIDF with Integral Zone used for the drive motor. -
Constructor Summary
-
Method Summary
-
Field Details
-
drive
The PIDF with Integral Zone used for the drive motor. -
angle
The PIDF with Integral Zone used for the angle motor.
-
-
Constructor Details
-
PIDFPropertiesJson
public PIDFPropertiesJson()
-