Class PIDFPropertiesJson

java.lang.Object
swervelib.parser.json.PIDFPropertiesJson

public class PIDFPropertiesJson extends Object
SwerveModule PID with Feedforward for the drive motor and angle motor.
  • Field Details

    • drive

      public PIDFConfig drive
      The PIDF with Integral Zone used for the drive motor.
    • angle

      public PIDFConfig angle
      The PIDF with Integral Zone used for the angle motor.
  • Constructor Details

    • PIDFPropertiesJson

      public PIDFPropertiesJson()