Skip to content

Commit

Permalink
Added basic score 1 auto
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronan-B committed Jan 21, 2025
1 parent 3a3efbc commit 5ca31b9
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/main/deploy/pathplanner/autos/Test2.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"version": "2025.0",
"command": {
"type": "sequential",
"data": {
"commands": []
}
},
"resetOdom": true,
"folder": null,
"choreoAuto": false
}
54 changes: 54 additions & 0 deletions src/main/deploy/pathplanner/paths/Score1.path
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"version": "2025.0",
"waypoints": [
{
"anchor": {
"x": 7.16,
"y": 3.830553977272727
},
"prevControl": null,
"nextControl": {
"x": 7.41,
"y": 3.830553977272727
},
"isLocked": false,
"linkedName": null
},
{
"anchor": {
"x": 5.88,
"y": 3.830553977272727
},
"prevControl": {
"x": 5.63,
"y": 3.830553977272727
},
"nextControl": null,
"isLocked": false,
"linkedName": null
}
],
"rotationTargets": [],
"constraintZones": [],
"pointTowardsZones": [],
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 3.0,
"maxAcceleration": 3.0,
"maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0,
"nominalVoltage": 12.0,
"unlimited": false
},
"goalEndState": {
"velocity": 0,
"rotation": 180.0
},
"reversed": false,
"folder": null,
"idealStartingState": {
"velocity": 0,
"rotation": 180.0
},
"useDefaultConstraints": true
}

0 comments on commit 5ca31b9

Please sign in to comment.