Skip to content

Commit

Permalink
quik fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bbdriverstation committed Mar 2, 2025
1 parent 838a0b7 commit bc04ac8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/frc/robot/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@ void loadCommands() {
// manual commands

// uncomment and comment which ever one is needed
// operatorInput.manualArmCommand.whileTrue(new ManualArmCommand(singleJointedArmSubsystem, elevatorAndArmController::getRightY));
operatorInput.manualPivot.whileTrue(new IntakeSetPivotCommand(intakeSubsystem, operatorController::getRightY));
operatorInput.manualArm.whileTrue(new ManualArmCommand(armSubsystem, operatorController::getRightY));
// operatorInput.manualPivot.whileTrue(new IntakeSetPivotCommand(intakeSubsystem, operatorController::getRightY));
operatorInput.manualElevator.whileTrue(new ManualElevatorCommand(elevatorSubsystem, operatorController::getLeftY));

// rollers and pivot, algae intake stuff
Expand Down

0 comments on commit bc04ac8

Please sign in to comment.