Added Taxi Auto

Created a taxi path and auto.
This commit is contained in:
BallisticCrusader
2025-01-24 10:56:55 -08:00
parent 4a45243828
commit a490b25311
2 changed files with 73 additions and 0 deletions
@@ -0,0 +1,19 @@
{
"version": "2025.0",
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Taxi"
}
}
]
}
},
"resetOdom": true,
"folder": null,
"choreoAuto": false
}
@@ -0,0 +1,54 @@
{
"version": "2025.0",
"waypoints": [
{
"anchor": {
"x": 7.576229508196722,
"y": 7.273668032786885
},
"prevControl": null,
"nextControl": {
"x": 8.050548646741815,
"y": 7.2681295199500715
},
"isLocked": false,
"linkedName": null
},
{
"anchor": {
"x": 6.137704918032787,
"y": 7.273668032786885
},
"prevControl": {
"x": 5.88773585280021,
"y": 7.277600770605731
},
"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": 0.0
},
"reversed": false,
"folder": null,
"idealStartingState": {
"velocity": 0,
"rotation": 0.0
},
"useDefaultConstraints": true
}