diff --git a/src/main/deploy/pathplanner/autos/Copy of B.C.5.auto b/src/main/deploy/pathplanner/autos/Copy of B.C.5.auto new file mode 100644 index 0000000..3edcc26 --- /dev/null +++ b/src/main/deploy/pathplanner/autos/Copy of B.C.5.auto @@ -0,0 +1,95 @@ +{ + "version": 1.0, + "startingPose": { + "position": { + "x": 1.3, + "y": 5.55 + }, + "rotation": 90.0 + }, + "command": { + "type": "sequential", + "data": { + "commands": [ + { + "type": "deadline", + "data": { + "commands": [ + { + "type": "wait", + "data": { + "waitTime": 3.0 + } + }, + { + "type": "named", + "data": { + "name": "lancer" + } + } + ] + } + }, + { + "type": "parallel", + "data": { + "commands": [ + { + "type": "path", + "data": { + "pathName": "Copy of 1.1" + } + }, + { + "type": "deadline", + "data": { + "commands": [ + { + "type": "wait", + "data": { + "waitTime": 3.7 + } + }, + { + "type": "named", + "data": { + "name": "balayer" + } + } + ] + } + } + ] + } + }, + { + "type": "path", + "data": { + "pathName": "Copy of 1.2" + } + }, + { + "type": "deadline", + "data": { + "commands": [ + { + "type": "wait", + "data": { + "waitTime": 3.0 + } + }, + { + "type": "named", + "data": { + "name": "lancer" + } + } + ] + } + } + ] + } + }, + "folder": "1", + "choreoAuto": false +} \ No newline at end of file diff --git a/src/main/deploy/pathplanner/paths/Copy of 1.1.path b/src/main/deploy/pathplanner/paths/Copy of 1.1.path new file mode 100644 index 0000000..65ea6a5 --- /dev/null +++ b/src/main/deploy/pathplanner/paths/Copy of 1.1.path @@ -0,0 +1,49 @@ +{ + "version": 1.0, + "waypoints": [ + { + "anchor": { + "x": 1.3, + "y": 5.55 + }, + "prevControl": null, + "nextControl": { + "x": 1.3266574039700785, + "y": 5.55 + }, + "isLocked": false, + "linkedName": null + }, + { + "anchor": { + "x": 2.9260279603180286, + "y": 5.55 + }, + "prevControl": { + "x": 2.8614473742120703, + "y": 5.55 + }, + "nextControl": null, + "isLocked": false, + "linkedName": null + } + ], + "rotationTargets": [], + "constraintZones": [], + "eventMarkers": [], + "globalConstraints": { + "maxVelocity": 1.0, + "maxAcceleration": 1.0, + "maxAngularVelocity": 90.0, + "maxAngularAcceleration": 720.0 + }, + "goalEndState": { + "velocity": 0, + "rotation": -0.47321748092014937, + "rotateFast": false + }, + "reversed": false, + "folder": "1", + "previewStartingState": null, + "useDefaultConstraints": false +} \ No newline at end of file diff --git a/src/main/deploy/pathplanner/paths/Copy of 1.2.path b/src/main/deploy/pathplanner/paths/Copy of 1.2.path new file mode 100644 index 0000000..4279ea8 --- /dev/null +++ b/src/main/deploy/pathplanner/paths/Copy of 1.2.path @@ -0,0 +1,49 @@ +{ + "version": 1.0, + "waypoints": [ + { + "anchor": { + "x": 2.9143338058755885, + "y": 5.55 + }, + "prevControl": null, + "nextControl": { + "x": 2.940991209845667, + "y": 5.55 + }, + "isLocked": false, + "linkedName": null + }, + { + "anchor": { + "x": 1.3, + "y": 5.55 + }, + "prevControl": { + "x": 1.2354194138940418, + "y": 5.55 + }, + "nextControl": null, + "isLocked": false, + "linkedName": null + } + ], + "rotationTargets": [], + "constraintZones": [], + "eventMarkers": [], + "globalConstraints": { + "maxVelocity": 1.0, + "maxAcceleration": 1.0, + "maxAngularVelocity": 540.0, + "maxAngularAcceleration": 720.0 + }, + "goalEndState": { + "velocity": 0, + "rotation": 1.8996922117145902, + "rotateFast": false + }, + "reversed": false, + "folder": "1", + "previewStartingState": null, + "useDefaultConstraints": false +} \ No newline at end of file