This commit is contained in:
samuel desharnais 2024-02-21 19:18:57 -05:00
parent c13d1ecf2c
commit e2aa014323
26 changed files with 26 additions and 26 deletions

View File

@ -5,7 +5,7 @@
"x": 1.3,
"y": 5.55
},
"rotation": 0.0
"rotation": 90.0
},
"command": {
"type": "sequential",

View File

@ -5,7 +5,7 @@
"x": 1.3,
"y": 5.55
},
"rotation": 180.0
"rotation": 90.0
},
"command": {
"type": "sequential",

View File

@ -5,7 +5,7 @@
"x": 1.3,
"y": 5.55
},
"rotation": 180.0
"rotation": 90.0
},
"command": {
"type": "sequential",

View File

@ -5,7 +5,7 @@
"x": 1.3,
"y": 5.55
},
"rotation": 180.0
"rotation": 90.0
},
"command": {
"type": "sequential",

View File

@ -5,7 +5,7 @@
"x": 0.7,
"y": 4.4
},
"rotation": 120.0
"rotation": 30.0
},
"command": {
"type": "sequential",

View File

@ -5,7 +5,7 @@
"x": 0.7,
"y": 4.4
},
"rotation": 120.0
"rotation": 30.0
},
"command": {
"type": "sequential",

View File

@ -5,7 +5,7 @@
"x": 0.7,
"y": 4.4
},
"rotation": 120.0
"rotation": 30.0
},
"command": {
"type": "sequential",

View File

@ -5,7 +5,7 @@
"x": 0.7,
"y": 4.4
},
"rotation": 120.0
"rotation": 30.0
},
"command": {
"type": "sequential",

View File

@ -5,7 +5,7 @@
"x": 0.7,
"y": 6.7
},
"rotation": -120.0
"rotation": -30.0
},
"command": {
"type": "sequential",

View File

@ -5,7 +5,7 @@
"x": 0.7,
"y": 6.7
},
"rotation": -120.0
"rotation": -30.0
},
"command": {
"type": "sequential",

View File

@ -5,7 +5,7 @@
"x": 0.7,
"y": 6.7
},
"rotation": -120.0
"rotation": -30.0
},
"command": {
"type": "sequential",

View File

@ -5,7 +5,7 @@
"x": 0.7,
"y": 6.7
},
"rotation": -120.0
"rotation": -30.0
},
"command": {
"type": "sequential",

View File

@ -5,7 +5,7 @@
"x": 15.2,
"y": 5.55
},
"rotation": 180.0
"rotation": -90.0
},
"command": {
"type": "sequential",

View File

@ -5,7 +5,7 @@
"x": 15.2,
"y": 5.55
},
"rotation": 0
"rotation": -90.0
},
"command": {
"type": "sequential",

View File

@ -5,7 +5,7 @@
"x": 15.2,
"y": 5.55
},
"rotation": 0
"rotation": -90.0
},
"command": {
"type": "sequential",

View File

@ -5,7 +5,7 @@
"x": 15.2,
"y": 5.55
},
"rotation": 0
"rotation": -90.0
},
"command": {
"type": "sequential",

View File

@ -5,7 +5,7 @@
"x": 15.85,
"y": 4.4
},
"rotation": 60.0
"rotation": -30.0
},
"command": {
"type": "sequential",

View File

@ -5,7 +5,7 @@
"x": 15.85,
"y": 4.4
},
"rotation": 60.0
"rotation": -30.0
},
"command": {
"type": "sequential",

View File

@ -5,7 +5,7 @@
"x": 15.85,
"y": 4.4
},
"rotation": 60.0
"rotation": -30.0
},
"command": {
"type": "sequential",

View File

@ -5,7 +5,7 @@
"x": 15.85,
"y": 4.4
},
"rotation": 60.0
"rotation": -30.0
},
"command": {
"type": "sequential",

View File

@ -5,7 +5,7 @@
"x": 15.8,
"y": 6.65
},
"rotation": -60.0
"rotation": 30.0
},
"command": {
"type": "sequential",

View File

@ -5,7 +5,7 @@
"x": 15.8,
"y": 6.65
},
"rotation": -60.0
"rotation": 30.0
},
"command": {
"type": "sequential",

View File

@ -5,7 +5,7 @@
"x": 15.8,
"y": 6.65
},
"rotation": -60.0
"rotation": 30.0
},
"command": {
"type": "sequential",

View File

@ -5,7 +5,7 @@
"x": 15.8,
"y": 6.65
},
"rotation": -60.0
"rotation": 30.0
},
"command": {
"type": "sequential",

View File

@ -39,6 +39,6 @@
]
}
},
"folder": "4",
"folder": null,
"choreoAuto": false
}

View File

@ -89,7 +89,7 @@ public class RobotContainer {
joystick.button(1).whileTrue(new LancerNote(lanceur, accumulateur));
joystick.button(5).whileTrue(new LancerAmp(lanceur, accumulateur));
joystick.button(4).whileTrue(new ParallelCommandGroup(new Lancer(lanceur,limelight),new Limelight_tracker(limelight,drive)));
joystick.button(2).whileTrue(new ParallelCommandGroup(new Lancerampli(lanceur,limelight),new Limelight_tracker(limelight,drive),new GuiderHaut(guideur)));
joystick.button(2).whileTrue(new ParallelCommandGroup(new Lancerampli(lanceur,limelight),new Limelight_tracker(limelight,drive)));
// deplacement
configureBindings();