Package frc.robot
Class Constants.DrivetrainConstants
java.lang.Object
frc.robot.Constants.DrivetrainConstants
- Enclosing class:
- Constants
Constants for the drivetrain.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
CAN ID for the left follower motor controller.static final int
CAN ID for the left leader motor controller.static final int
CAN ID for the right follower motor controller.static final int
CAN ID for the right leader motor controller. -
Constructor Summary
-
Method Summary
-
Field Details
-
leftLeaderID
public static final int leftLeaderIDCAN ID for the left leader motor controller.- See Also:
-
rightLeaderID
public static final int rightLeaderIDCAN ID for the right leader motor controller.- See Also:
-
leftFollowerID
public static final int leftFollowerIDCAN ID for the left follower motor controller.- See Also:
-
rightFollowerID
public static final int rightFollowerIDCAN ID for the right follower motor controller.- See Also:
-
-
Constructor Details
-
DrivetrainConstants
public DrivetrainConstants()
-