From: Wesley28w Date: Wed, 1 Apr 2026 12:27:47 +0000 (-0700) Subject: The names were not copied correctly X-Git-Url: https://git.taranathan.com/?a=commitdiff_plain;h=88642f52dca42319cc44b9ee90376b6091208df1;p=FRC2026.git The names were not copied correctly --- diff --git a/src/main/deploy/pathplanner/autos/DirectDoubleSwipe.auto b/src/main/deploy/pathplanner/autos/DirectDoubleSwipe.auto index 6541299..76de232 100644 --- a/src/main/deploy/pathplanner/autos/DirectDoubleSwipe.auto +++ b/src/main/deploy/pathplanner/autos/DirectDoubleSwipe.auto @@ -79,7 +79,7 @@ { "type": "path", "data": { - "pathName": "Left Swipe2" + "pathName": "Swipe2" } }, { @@ -116,6 +116,6 @@ } }, "resetOdom": true, - "folder": "Week 5 autos", + "folder": null, "choreoAuto": false } \ No newline at end of file diff --git a/src/main/deploy/pathplanner/autos/LeftConservativeDoubleSwipe.auto b/src/main/deploy/pathplanner/autos/LeftConservativeDoubleSwipe.auto index 86652cc..185c470 100644 --- a/src/main/deploy/pathplanner/autos/LeftConservativeDoubleSwipe.auto +++ b/src/main/deploy/pathplanner/autos/LeftConservativeDoubleSwipe.auto @@ -85,7 +85,7 @@ { "type": "path", "data": { - "pathName": "Left Swipe2" + "pathName": "Swipe2" } }, { @@ -122,6 +122,6 @@ } }, "resetOdom": true, - "folder": "Week 5 autos", + "folder": null, "choreoAuto": false } \ No newline at end of file diff --git a/src/main/deploy/pathplanner/autos/LeftLiberalDoubleSwipe.auto b/src/main/deploy/pathplanner/autos/LeftLiberalDoubleSwipe.auto index e01162d..d9eeba9 100644 --- a/src/main/deploy/pathplanner/autos/LeftLiberalDoubleSwipe.auto +++ b/src/main/deploy/pathplanner/autos/LeftLiberalDoubleSwipe.auto @@ -31,7 +31,7 @@ { "type": "path", "data": { - "pathName": "Left Swipe1" + "pathName": "Swipe1" } }, { @@ -85,7 +85,7 @@ { "type": "path", "data": { - "pathName": "Left Swipe2" + "pathName": "Swipe2" } }, { @@ -122,6 +122,6 @@ } }, "resetOdom": true, - "folder": "Week 5 autos", + "folder": null, "choreoAuto": false } \ No newline at end of file diff --git a/src/main/deploy/pathplanner/autos/LeftLiberalDoubleSwipeTranslation.auto b/src/main/deploy/pathplanner/autos/LeftLiberalDoubleSwipeTranslation.auto index 8815338..65ee476 100644 --- a/src/main/deploy/pathplanner/autos/LeftLiberalDoubleSwipeTranslation.auto +++ b/src/main/deploy/pathplanner/autos/LeftLiberalDoubleSwipeTranslation.auto @@ -122,6 +122,6 @@ } }, "resetOdom": true, - "folder": "Week 5 autos", + "folder": null, "choreoAuto": false } \ No newline at end of file diff --git a/src/main/deploy/pathplanner/autos/RightLiberalDoubleSwipe.auto b/src/main/deploy/pathplanner/autos/RightLiberalDoubleSwipe.auto index 4158865..d843b6d 100644 --- a/src/main/deploy/pathplanner/autos/RightLiberalDoubleSwipe.auto +++ b/src/main/deploy/pathplanner/autos/RightLiberalDoubleSwipe.auto @@ -19,7 +19,7 @@ { "type": "path", "data": { - "pathName": "W5 Right Trench Start" + "pathName": "Right W5 Right Trench Start" } }, { @@ -122,6 +122,6 @@ } }, "resetOdom": true, - "folder": "Week 5 autos", + "folder": null, "choreoAuto": false } \ No newline at end of file