Skip to content

Commit

Permalink
Added comments
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonS09 committed Mar 5, 2024
1 parent 96f6cb5 commit f678c1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/org/carlmontrobotics/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ private void setBindingsManipulator() {
// 3 setpositions of arm on letterpad
// Up is Speaker, down is ground, right is Amp
// right joystick used for manual arm control

//COMMENT THESE OUT DURING SYSID TESTING
// Speaker Buttons
new JoystickButton(manipulatorController, Constants.OI.Manipulator.RAISE_TO_SPEAKER_POD_BUTTON)
.onTrue(new InstantCommand(() -> {
Expand Down Expand Up @@ -112,6 +112,7 @@ private void setBindingsManipulator() {
.onTrue(new InstantCommand(() -> {
arm.setArmTarget(CLIMBER_DOWN_ANGLE_RAD);
}));
//----------------------------------------------------------------------
}

public Command getAutonomousCommand() {
Expand Down

0 comments on commit f678c1d

Please sign in to comment.