Skip to content

Commit

Permalink
Merge branch 'main' into start-actualy-auton
Browse files Browse the repository at this point in the history
  • Loading branch information
team6101 authored Feb 19, 2024
2 parents aa9d852 + 12ce167 commit b7782b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/frc/robot/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ public class Constants {
public static final int DRIVE_LEFT_PARENT_ID = 4;
public static final int DRIVE_LEFT_CHILD_ID = 8;
public static final int DRIVE_RIGHT_PARENT_ID = 11;
//TODO CHANGE THIS BACK
public static final int DRIVE_RIGHT_CHILD_ID = 3;

/*SHOOTER CONFIG*/
Expand Down
1 change: 1 addition & 0 deletions src/main/java/frc/robot/Robot.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public void robotInit() {
autonRouteChooser.addOption("move backwards", "move backwards");
SmartDashboard.putData(autonRouteChooser);


driveLeftChild.follow(driveLeftParent);
driveRightChild.follow(driveRightParent);

Expand Down

0 comments on commit b7782b7

Please sign in to comment.