diff --git a/src/main/deploy/pathplanner/autos/Test 4 piece.auto b/src/main/deploy/pathplanner/autos/Test 4 piece.auto index a54cfcd2..95cc2483 100644 --- a/src/main/deploy/pathplanner/autos/Test 4 piece.auto +++ b/src/main/deploy/pathplanner/autos/Test 4 piece.auto @@ -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" } } ] diff --git a/src/main/java/org/carlmontrobotics/RobotContainer.java b/src/main/java/org/carlmontrobotics/RobotContainer.java index 8ba31dc7..cf2c5b8a 100644 --- a/src/main/java/org/carlmontrobotics/RobotContainer.java +++ b/src/main/java/org/carlmontrobotics/RobotContainer.java @@ -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)];