Package frc.robot

Class Constants.PhysicalConstants

java.lang.Object
frc.robot.Constants.PhysicalConstants
Enclosing class:
Constants

public static class Constants.PhysicalConstants extends Object
Constants that contain physical information about the robot.
  • Field Details

    • ROBOT_MASS

      public static final double ROBOT_MASS
      Mass of the robot in kilograms.
    • CHASSIS

      public static final Matter CHASSIS
      Matter representing the robot chassis.
  • Constructor Details

    • PhysicalConstants

      public PhysicalConstants()