This commit is contained in:
parent
5885bbd532
commit
59dad53555
@ -7,7 +7,7 @@
|
|||||||
"iz": 0
|
"iz": 0
|
||||||
},
|
},
|
||||||
"angle": {
|
"angle": {
|
||||||
"p": 0.0020645,
|
"p": 0.01,
|
||||||
"i": 0,
|
"i": 0,
|
||||||
"d": 0,
|
"d": 0,
|
||||||
"f": 0,
|
"f": 0,
|
||||||
|
@ -92,7 +92,7 @@ public class RobotContainer {
|
|||||||
|
|
||||||
//joystick
|
//joystick
|
||||||
joystick.button(3).whileTrue(new Balayer(balayeuse, accumulateur));
|
joystick.button(3).whileTrue(new Balayer(balayeuse, accumulateur));
|
||||||
joystick.button(1).whileTrue(new LancerNote(lanceur, accumulateur));
|
manette1.rightBumper().whileTrue(new LancerNote(lanceur, accumulateur));
|
||||||
joystick.button(5).whileTrue(new LancerAmp(lanceur, accumulateur));
|
joystick.button(5).whileTrue(new LancerAmp(lanceur, accumulateur));
|
||||||
|
|
||||||
// deplacement
|
// deplacement
|
||||||
|
Loading…
x
Reference in New Issue
Block a user