Class ControllerPropertiesJson

java.lang.Object
swervelib.parser.json.ControllerPropertiesJson

public class ControllerPropertiesJson extends Object
SwerveController parsed class. Used to access the JSON data.
  • Field Details

    • angleJoystickRadiusDeadband

      public double angleJoystickRadiusDeadband
      The minimum radius of the angle control joystick to allow for heading adjustment of the robot.
    • heading

      public PIDFConfig heading
      The PID used to control the robot heading.
  • Constructor Details

    • ControllerPropertiesJson

      public ControllerPropertiesJson()
  • Method Details