File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/main/java/org/carlmontrobotics Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ private void setDefaultCommands() {
7878 private void setBindingsDriver () {
7979 new JoystickButton (driverController , 1 ).whileTrue (new AlignToApriltag (drivetrain )); //button A
8080 new JoystickButton (driverController , 2 ).whileTrue (new AlignToNote (drivetrain )); //button b?
81- new JoystickButton (driverController , 3 ).whileTrue (new AutoMATICALLYGetNote (drivetrain )); //button x?
81+ new JoystickButton (driverController , 3 ).whileTrue (new AutoMATICALLYGetNote (drivetrain , limelight )); //button x?
8282 // reset field orientation??
8383 // new JoystickButton(driverController, Driver.resetFieldOrientationButton).onTrue(
8484 // new InstantCommand(drivetrain::resetFieldOrientation));
You can’t perform that action at this time.
0 commit comments