diff --git a/src/main/deploy/pathplanner/autos/New Auto.auto b/src/main/deploy/pathplanner/autos/New Auto.auto new file mode 100644 index 0000000..b30bd19 --- /dev/null +++ b/src/main/deploy/pathplanner/autos/New Auto.auto @@ -0,0 +1,25 @@ +{ + "version": 1.0, + "startingPose": { + "position": { + "x": 1.2654580294915574, + "y": 2.9352327650524255 + }, + "rotation": 0 + }, + "command": { + "type": "sequential", + "data": { + "commands": [ + { + "type": "path", + "data": { + "pathName": "Test pigeon" + } + } + ] + } + }, + "folder": null, + "choreoAuto": false +} \ No newline at end of file diff --git a/src/main/deploy/pathplanner/paths/Test pigeon.path b/src/main/deploy/pathplanner/paths/Test pigeon.path new file mode 100644 index 0000000..c94e6d6 --- /dev/null +++ b/src/main/deploy/pathplanner/paths/Test pigeon.path @@ -0,0 +1,52 @@ +{ + "version": 1.0, + "waypoints": [ + { + "anchor": { + "x": 1.2654580294915574, + "y": 2.9352327650524255 + }, + "prevControl": null, + "nextControl": { + "x": 2.2654580294915574, + "y": 2.9352327650524255 + }, + "isLocked": false, + "linkedName": null + }, + { + "anchor": { + "x": 3.276852593591227, + "y": 2.9352327650524255 + }, + "prevControl": { + "x": 2.276852593591227, + "y": 2.9352327650524255 + }, + "nextControl": null, + "isLocked": false, + "linkedName": null + } + ], + "rotationTargets": [], + "constraintZones": [], + "eventMarkers": [], + "globalConstraints": { + "maxVelocity": 3.0, + "maxAcceleration": 3.0, + "maxAngularVelocity": 540.0, + "maxAngularAcceleration": 720.0 + }, + "goalEndState": { + "velocity": 0, + "rotation": 0, + "rotateFast": false + }, + "reversed": false, + "folder": null, + "previewStartingState": { + "rotation": 0, + "velocity": 0 + }, + "useDefaultConstraints": true +} \ No newline at end of file