Skip to content

Commit

Permalink
before comp
Browse files Browse the repository at this point in the history
  • Loading branch information
r4stered committed Oct 26, 2024
1 parent 5f4350b commit fa3a185
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/cpp/RobotContainer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ void RobotContainer::ConfigureBindings() {
}
));

//driverController.POVDown().WhileTrue(climberSubsystem.ManualControl([] { return 1; }, [] { return -1; }));
driverController.POVDown().WhileTrue(climberSubsystem.ManualControl([] { return 1; }, [] { return -1; }));

(driverController.LeftTrigger() && frc2::RobotModeTriggers::Teleop()).OnTrue(IntakeNote());
(!driverController.LeftTrigger() && !intakeSubsystem.TouchedNote() && frc2::RobotModeTriggers::Teleop())
Expand Down
2 changes: 1 addition & 1 deletion src/main/include/RobotContainer.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class RobotContainer {
ShooterSubsystem shooterSubsystem;
IntakeSubsystem intakeSubsystem;
FeederSubsystem feederSubsystem;
//ClimberSubsystem climberSubsystem;
ClimberSubsystem climberSubsystem;
str::Vision vision;
str::NoteVisualizer noteVisualizer;

Expand Down

0 comments on commit fa3a185

Please sign in to comment.