Skip to content

Commit

Permalink
Merge branch 'Add-Slow-Drive-Mode' of https://github.com/FRCTeam3255/…
Browse files Browse the repository at this point in the history
…2024_Sportbot_Code into Add-Slow-Drive-Mode
  • Loading branch information
S0L0GUY committed Nov 10, 2024
2 parents bfe6392 + 2a8b7b8 commit fc79084
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/java/frc/robot/RobotMap.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ public static class mapHopper {

public static class mapDriveTrain {
// Motor ID's
public static final int FRONT_RIGHT_MOTOR = 0;
public static final int BACK_RIGHT_MOTOR = 1;
public static final int FRONT_LEFT_MOTOR = 2;
public static final int BACK_LEFT_MOTOR = 3;
public static final int FRONT_RIGHT_MOTOR = 1;
public static final int BACK_RIGHT_MOTOR = 2;
public static final int FRONT_LEFT_MOTOR = 3;
public static final int BACK_LEFT_MOTOR = 4;
}

public static class mapIntake {
Expand Down

0 comments on commit fc79084

Please sign in to comment.