This commit is contained in:
parent
78e9cf412a
commit
1437289b08
@ -98,7 +98,7 @@ public class RobotContainer {
|
|||||||
// deplacement
|
// deplacement
|
||||||
configureBindings();
|
configureBindings();
|
||||||
drive.setDefaultCommand(new RunCommand(()->{
|
drive.setDefaultCommand(new RunCommand(()->{
|
||||||
drive.drive(MathUtil.applyDeadband(manette1.getLeftY(),0.6), MathUtil.applyDeadband(manette1.getLeftX(),0.6), MathUtil.applyDeadband(manette1.getRightX(),.6));
|
drive.drive(MathUtil.applyDeadband(manette1.getLeftY(),0), MathUtil.applyDeadband(manette1.getLeftX(),0), MathUtil.applyDeadband(manette1.getRightX(),0));
|
||||||
},drive));
|
},drive));
|
||||||
|
|
||||||
// grimpeur manuel
|
// grimpeur manuel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user