From: eileha Date: Wed, 18 Mar 2026 23:09:20 +0000 (-0700) Subject: new autos stuff X-Git-Url: https://git.taranathan.com/?a=commitdiff_plain;h=136abbf9d16086655a7f6b9710a91c6b9697c50f;p=FRC2026.git new autos stuff --- diff --git a/src/main/deploy/pathplanner/paths/Left Trench Start Shifted.path b/src/main/deploy/pathplanner/paths/Left Trench Start Shifted.path new file mode 100644 index 0000000..5c0e031 --- /dev/null +++ b/src/main/deploy/pathplanner/paths/Left Trench Start Shifted.path @@ -0,0 +1,68 @@ +{ + "version": "2025.0", + "waypoints": [ + { + "anchor": { + "x": 2.9, + "y": 7.623 + }, + "prevControl": null, + "nextControl": { + "x": 3.150000000000022, + "y": 7.623 + }, + "isLocked": false, + "linkedName": null + }, + { + "anchor": { + "x": 3.0, + "y": 7.623 + }, + "prevControl": { + "x": 2.749999999999994, + "y": 7.623 + }, + "nextControl": null, + "isLocked": false, + "linkedName": null + } + ], + "rotationTargets": [], + "constraintZones": [ + { + "name": "Constraints Zone", + "minWaypointRelativePos": 0, + "maxWaypointRelativePos": 1.0, + "constraints": { + "maxVelocity": 0.5, + "maxAcceleration": 0.5, + "maxAngularVelocity": 200.0, + "maxAngularAcceleration": 300.0, + "nominalVoltage": 12.0, + "unlimited": false + } + } + ], + "pointTowardsZones": [], + "eventMarkers": [], + "globalConstraints": { + "maxVelocity": 2.0, + "maxAcceleration": 2.0, + "maxAngularVelocity": 200.0, + "maxAngularAcceleration": 300.0, + "nominalVoltage": 12.0, + "unlimited": false + }, + "goalEndState": { + "velocity": 0, + "rotation": 0.0 + }, + "reversed": false, + "folder": null, + "idealStartingState": { + "velocity": 0, + "rotation": 0.0 + }, + "useDefaultConstraints": true +} \ No newline at end of file diff --git a/src/main/deploy/pathplanner/paths/Right Trench Start Shifted.path b/src/main/deploy/pathplanner/paths/Right Trench Start Shifted.path new file mode 100644 index 0000000..b105fa3 --- /dev/null +++ b/src/main/deploy/pathplanner/paths/Right Trench Start Shifted.path @@ -0,0 +1,68 @@ +{ + "version": "2025.0", + "waypoints": [ + { + "anchor": { + "x": 2.9, + "y": 0.4481350154264931 + }, + "prevControl": null, + "nextControl": { + "x": 3.150000000000022, + "y": 0.4481350154264927 + }, + "isLocked": false, + "linkedName": null + }, + { + "anchor": { + "x": 3.0, + "y": 0.4481350154264931 + }, + "prevControl": { + "x": 2.749999999999994, + "y": 0.4481350154264927 + }, + "nextControl": null, + "isLocked": false, + "linkedName": null + } + ], + "rotationTargets": [], + "constraintZones": [ + { + "name": "Constraints Zone", + "minWaypointRelativePos": 0, + "maxWaypointRelativePos": 1.0, + "constraints": { + "maxVelocity": 0.5, + "maxAcceleration": 0.5, + "maxAngularVelocity": 200.0, + "maxAngularAcceleration": 300.0, + "nominalVoltage": 12.0, + "unlimited": false + } + } + ], + "pointTowardsZones": [], + "eventMarkers": [], + "globalConstraints": { + "maxVelocity": 2.0, + "maxAcceleration": 2.0, + "maxAngularVelocity": 200.0, + "maxAngularAcceleration": 300.0, + "nominalVoltage": 12.0, + "unlimited": false + }, + "goalEndState": { + "velocity": 0, + "rotation": 0.0 + }, + "reversed": false, + "folder": null, + "idealStartingState": { + "velocity": 0, + "rotation": 0.0 + }, + "useDefaultConstraints": true +} \ No newline at end of file