Package swervelib.parser.json
Class SwerveDriveJson
java.lang.Object
swervelib.parser.json.SwerveDriveJson
SwerveDrive
JSON parsed class. Used to access parsed data from the
swervedrive.json file.-
Field Summary
Modifier and TypeFieldDescriptionRobot IMU used to determine heading of the robot.boolean
Invert the IMU of the robot.String[]
Module JSONs in order clockwise order starting from front left. -
Constructor Summary
-
Method Summary
-
Field Details
-
imu
Robot IMU used to determine heading of the robot. -
invertedIMU
public boolean invertedIMUInvert the IMU of the robot. -
modules
Module JSONs in order clockwise order starting from front left.
-
-
Constructor Details
-
SwerveDriveJson
public SwerveDriveJson()
-