Skip to content

Commit

Permalink
Registered center field autons
Browse files Browse the repository at this point in the history
  • Loading branch information
Rand0mAsianKid committed Jul 18, 2024
1 parent 3d1015a commit a24270b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 3 deletions.
30 changes: 27 additions & 3 deletions src/main/deploy/pathplanner/autos/Test 4 piece.auto
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,43 @@
{
"type": "path",
"data": {
"pathName": "Center-Pickup"
"pathName": "CenterLL1"
}
},
{
"type": "path",
"data": {
"pathName": "Center-Pickup 2"
"pathName": "CenterLL2"
}
},
{
"type": "path",
"data": {
"pathName": "Center-Pickup 3"
"pathName": "CenterLL3"
}
},
{
"type": "path",
"data": {
"pathName": "CenterLL4"
}
},
{
"type": "path",
"data": {
"pathName": "CenterLL5"
}
},
{
"type": "path",
"data": {
"pathName": "CenterLL6"
}
},
{
"type": "path",
"data": {
"pathName": "CenterLL7"
}
}
]
Expand Down
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 @@ -112,6 +112,7 @@ public class RobotContainer {
"Center Limelight 4 Piece", "Center Limelight 4 Piece Path Following",

"Left-Amp",
"Center Field Limelight(No Preload)", "Center Field Limelight",
};
DigitalInput[] autoSelectors =
new DigitalInput[Math.min(autoNames.length, 10)];
Expand Down

0 comments on commit a24270b

Please sign in to comment.