Package frc.robot

Class Constants.DrivetrainConstants

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

public static class Constants.DrivetrainConstants extends Object
Constants for the drivetrain.
  • Field Details

    • leftLeaderID

      public static final int leftLeaderID
      CAN ID for the left leader motor controller.
      See Also:
    • rightLeaderID

      public static final int rightLeaderID
      CAN ID for the right leader motor controller.
      See Also:
    • leftFollowerID

      public static final int leftFollowerID
      CAN ID for the left follower motor controller.
      See Also:
    • rightFollowerID

      public static final int rightFollowerID
      CAN ID for the right follower motor controller.
      See Also:
  • Constructor Details

    • DrivetrainConstants

      public DrivetrainConstants()