This commit is contained in:
samuel desharnais 2024-03-27 18:39:14 -04:00
parent e8febd6268
commit 7e6ed70971

View File

@ -98,7 +98,7 @@ public class RobotContainer {
// deplacement
configureBindings();
drive.setDefaultCommand(new RunCommand(()->{
drive.drive(MathUtil.applyDeadband(manette1.getLeftY(),0.2), MathUtil.applyDeadband(manette1.getLeftX(),0.2), MathUtil.applyDeadband(manette1.getRightX(),.35));
drive.drive(MathUtil.applyDeadband(manette1.getLeftY(),0.2), MathUtil.applyDeadband(manette1.getLeftX(),0.2), MathUtil.applyDeadband(manette1.getRightX(),.6));
},drive));
// grimpeur manuel