Commit
This commit is contained in:
		| @@ -92,8 +92,8 @@ public class RobotContainer { | |||||||
|  |  | ||||||
|     // grimpeur manuel |     // grimpeur manuel | ||||||
|     grimpeur.setDefaultCommand(new RunCommand(()->{ |     grimpeur.setDefaultCommand(new RunCommand(()->{ | ||||||
|       grimpeur.droit(manette.getLeftY()); |     grimpeur.droit(MathUtil.applyDeadband(manette.getLeftY(), 0.2)); | ||||||
|     grimpeur.gauche(manette.getRightY());} |     grimpeur.gauche(MathUtil.applyDeadband(manette.getRightY(),0.2 ));} | ||||||
|       ,grimpeur)); |       ,grimpeur)); | ||||||
|  |  | ||||||
|       LED.setDefaultCommand(allumeLED); |       LED.setDefaultCommand(allumeLED); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user