Fixing an error in CS17
This commit is contained in:
parent
afe6487706
commit
6046e3b11d
@ -40,11 +40,11 @@ public class RobotContainer {
|
||||
}
|
||||
|
||||
private void configureBindings() {
|
||||
climber.setDefaultCommand(climber.climberDown());
|
||||
|
||||
primary.a().onTrue(kicker.kick());
|
||||
|
||||
primary.b().whileTrue(climber.climberUp());
|
||||
primary.b().onTrue(climber.climberUp());
|
||||
|
||||
primary.x().onTrue(climber.climberDown());
|
||||
}
|
||||
|
||||
public Command getAutonomousCommand() {
|
||||
|
Loading…
Reference in New Issue
Block a user