Skip to content

Commit

Permalink
Base autos for week zero
Browse files Browse the repository at this point in the history
  • Loading branch information
TimB-87 authored and Liammurray19 committed Feb 8, 2025
1 parent d2699c4 commit f5abea9
Show file tree
Hide file tree
Showing 6 changed files with 179 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/main/deploy/pathplanner/autos/1-Piece Coral 1J1.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"version": "2025.0",
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Start1 to ReefJ"
}
},
{
"type": "named",
"data": {
"name": "Score Coral L1"
}
}
]
}
},
"resetOdom": true,
"folder": null,
"choreoAuto": false
}
25 changes: 25 additions & 0 deletions src/main/deploy/pathplanner/autos/1-Piece Coral 1J2.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"version": "2025.0",
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Start1 to ReefJ"
}
},
{
"type": "named",
"data": {
"name": "Score Coral L2"
}
}
]
}
},
"resetOdom": true,
"folder": null,
"choreoAuto": false
}
25 changes: 25 additions & 0 deletions src/main/deploy/pathplanner/autos/1-Piece Coral 2G1.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"version": "2025.0",
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Start2 to ReefG "
}
},
{
"type": "named",
"data": {
"name": "Score Coral L1"
}
}
]
}
},
"resetOdom": true,
"folder": null,
"choreoAuto": false
}
25 changes: 25 additions & 0 deletions src/main/deploy/pathplanner/autos/1-Piece Coral 3E1.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"version": "2025.0",
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Start3 to ReefE"
}
},
{
"type": "named",
"data": {
"name": "Score Coral L1"
}
}
]
}
},
"resetOdom": true,
"folder": null,
"choreoAuto": false
}
25 changes: 25 additions & 0 deletions src/main/deploy/pathplanner/autos/1-Piece Coral 3E2.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"version": "2025.0",
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Start3 to ReefE"
}
},
{
"type": "named",
"data": {
"name": "Score Coral L2"
}
}
]
}
},
"resetOdom": true,
"folder": null,
"choreoAuto": false
}
54 changes: 54 additions & 0 deletions src/main/deploy/pathplanner/paths/Start2 to ReefG .path
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"version": "2025.0",
"waypoints": [
{
"anchor": {
"x": 7.6,
"y": 3.85
},
"prevControl": null,
"nextControl": {
"x": 6.457169117647059,
"y": 3.8736213235294112
},
"isLocked": false,
"linkedName": null
},
{
"anchor": {
"x": 5.86,
"y": 3.85
},
"prevControl": {
"x": 5.6108727973981285,
"y": 3.8291280828919345
},
"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.0,
"rotation": 180.0
},
"useDefaultConstraints": true
}

0 comments on commit f5abea9

Please sign in to comment.