Package frc.robot
Class Constants.PhysicalConstants
java.lang.Object
frc.robot.Constants.PhysicalConstants
- Enclosing class:
- Constants
Constants that contain physical information about the robot.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Matter
Matter representing the robot chassis.static final double
Mass of the robot in kilograms. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ROBOT_MASS
public static final double ROBOT_MASSMass of the robot in kilograms. -
CHASSIS
Matter representing the robot chassis.
-
-
Constructor Details
-
PhysicalConstants
public PhysicalConstants()
-