Commit
This commit is contained in:
parent
e333273910
commit
7374e670f8
@ -110,30 +110,11 @@ public class RobotContainer {
|
|||||||
,grimpeur));
|
,grimpeur));
|
||||||
|
|
||||||
LED.setDefaultCommand(allumeLED);
|
LED.setDefaultCommand(allumeLED);
|
||||||
*/
|
|
||||||
dashboard.add("autochooser",autoChooser)
|
dashboard.add("autochooser",autoChooser)
|
||||||
.withSize(2,1)
|
.withSize(2,1)
|
||||||
.withPosition(1,1);
|
.withPosition(1,1);
|
||||||
<<<<<<< HEAD
|
|
||||||
|
|
||||||
=======
|
|
||||||
manette
|
|
||||||
.a()
|
|
||||||
.and(manette.rightBumper())
|
|
||||||
.whileTrue(lanceur.sysIdQuasistatic(SysIdRoutine.Direction.kForward));
|
|
||||||
manette
|
|
||||||
.b()
|
|
||||||
.and(manette.rightBumper())
|
|
||||||
.whileTrue(lanceur.sysIdQuasistatic(SysIdRoutine.Direction.kReverse));
|
|
||||||
manette
|
|
||||||
.x()
|
|
||||||
.and(manette.rightBumper())
|
|
||||||
.whileTrue(lanceur.sysIdDynamic(SysIdRoutine.Direction.kForward));
|
|
||||||
manette
|
|
||||||
.y()
|
|
||||||
.and(manette.rightBumper())
|
|
||||||
.whileTrue(lanceur.sysIdDynamic(SysIdRoutine.Direction.kReverse));
|
|
||||||
>>>>>>> c93da60343b8810f6391280759f99f9dcc7ff690
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user