Swerve + commencer pathplanner

This commit is contained in:
samuel desharnais
2025-01-27 20:15:31 -05:00
parent edbff8f4dd
commit 4b0262fa4d
13 changed files with 1201 additions and 0 deletions

View File

@ -0,0 +1,54 @@
{
"version": "2025.0",
"waypoints": [
{
"anchor": {
"x": 1.234733606557377,
"y": 6.9679815573770485
},
"prevControl": null,
"nextControl": {
"x": 2.271389052764998,
"y": 4.855519714825475
},
"isLocked": false,
"linkedName": null
},
{
"anchor": {
"x": 3.7761270491803276,
"y": 5.205788934426229
},
"prevControl": {
"x": 2.911254448656024,
"y": 6.06899512479262
},
"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": -59.99999999999999
},
"reversed": false,
"folder": null,
"idealStartingState": {
"velocity": 0,
"rotation": 125.00000000000001
},
"useDefaultConstraints": true
}