This commit is contained in:
		| @@ -88,7 +88,6 @@ public class RobotContainer { | ||||
|     joystick.button(1).whileTrue(new LancerNote(lanceur, accumulateur)); | ||||
|     joystick.button(4).whileTrue(new ParallelCommandGroup(lancer,limelight_tracker)); | ||||
|     joystick.button(2).whileTrue(new ParallelCommandGroup(lancerampli,limelight_tracker,guiderHaut)); | ||||
|      | ||||
|     configureBindings(); | ||||
|      drive.setDefaultCommand(new RunCommand(()->{ | ||||
|      drive.drive(-MathUtil.applyDeadband(joystick.getY(),0.2), MathUtil.applyDeadband(-joystick.getX(),0.2), MathUtil.applyDeadband(-joystick.getZ(), 0.2)); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user