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.-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionRobot Gyroscope used to determine the heading of the robot.Gyro rotation axis used to determine what orientation the robots heading is.booleanInvert the Gyroscope heading of the robot.String[]Module JSONs in order clockwise order starting from front left. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
gyro
Robot Gyroscope used to determine the heading of the robot. -
gyroAxis
Gyro rotation axis used to determine what orientation the robots heading is. -
gyroInvert
public boolean gyroInvertInvert the Gyroscope heading of the robot. -
modules
Module JSONs in order clockwise order starting from front left.
-
-
Constructor Details
-
SwerveDriveJson
public SwerveDriveJson()
-