Skip to content

Commit

Permalink
regen autos again
Browse files Browse the repository at this point in the history
  • Loading branch information
GearBoxFox committed Mar 17, 2024
1 parent bbaf0d6 commit 4621edc
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/autos/AmpWing3.auto
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
},
{
"type": "race",
"type": "parallel",
"data": {
"commands": [
{
Expand Down
4 changes: 2 additions & 2 deletions src/main/deploy/pathplanner/autos/AmpWing3Contested5.auto
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
},
{
"type": "race",
"type": "parallel",
"data": {
"commands": [
{
Expand All @@ -37,7 +37,7 @@
}
},
{
"type": "race",
"type": "parallel",
"data": {
"commands": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/autos/SourceContested1.auto
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
},
{
"type": "race",
"type": "parallel",
"data": {
"commands": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/autos/SourceWing1.auto
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
},
{
"type": "race",
"type": "parallel",
"data": {
"commands": [
{
Expand Down
12 changes: 6 additions & 6 deletions src/main/deploy/pathplanner/autos/SourceWing1Contested1.auto
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"version": 1.0,
"startingPose": {
"position": {
"x": 0.6472748517990112,
"y": 4.497877597808838
"x": 0.8210453391075134,
"y": 4.576303482055664
},
"rotation": 123.17848329106131
"rotation": 120.96374169030298
},
"command": {
"type": "sequential",
Expand All @@ -18,7 +18,7 @@
}
},
{
"type": "race",
"type": "parallel",
"data": {
"commands": [
{
Expand All @@ -37,7 +37,7 @@
}
},
{
"type": "race",
"type": "parallel",
"data": {
"commands": [
{
Expand All @@ -62,7 +62,7 @@
}
},
{
"type": "race",
"type": "parallel",
"data": {
"commands": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/commands/auto/AutoFactory.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public enum AutoModes {
FRONT_WING_3_CONTESTED_5("FrontWing3Contested5"),
AMP_WING_3("AmpWing3"),
AMP_WING_3_CONTESTED_5("AmpWing3Contested5"),
AMP_WING_1_2_3("AmpWing123"),
AMP_WING_3_2_1("AmpWing321"),
SOURCE_WING_1("SourceWing1"),
SOURCE_CONTESTED_1("SourceContested1"),
SOURCE_WING_1_CONTESTED_1("SourceWing1Contested1");
Expand Down

0 comments on commit 4621edc

Please sign in to comment.