Skip to content

Commit

Permalink
add shoot-only autos
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepBlueRobots committed Jul 21, 2024
1 parent 047f8ba commit 823c34a
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/main/deploy/pathplanner/autos/Preload1Center.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 1.3643318281897225,
"y": 5.534466424383086
},
"rotation": 0
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "Shoot"
}
}
]
}
},
"folder": null,
"choreoAuto": false
}
25 changes: 25 additions & 0 deletions src/main/deploy/pathplanner/autos/Preload1Left.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 0.7029193205305838,
"y": 6.701664967310976
},
"rotation": 62.402704131356344
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "Shoot"
}
}
]
}
},
"folder": null,
"choreoAuto": false
}
25 changes: 25 additions & 0 deletions src/main/deploy/pathplanner/autos/Preload1Right.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 0.7223726295793819,
"y": 4.3964478450283915
},
"rotation": -62.402704131356224
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "Shoot"
}
}
]
}
},
"folder": null,
"choreoAuto": false
}
1 change: 1 addition & 0 deletions src/main/java/org/carlmontrobotics/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ public class RobotContainer {
"Center Field Limelight(No Preload)", "Center Forward",
"Right Forward", "Left Forward",
"Backup-Center", "Backup-Right", "Backup-Left",
"Preload1Center", "Preload1Right", "Preload1Left",

};
DigitalInput[] autoSelectors = new DigitalInput[Math.min(autoNames.length, 10)];
Expand Down

0 comments on commit 823c34a

Please sign in to comment.