This commit is contained in:
Antoine PerreaultE 2024-04-10 19:07:15 -04:00
commit a5f1ae9a07
2 changed files with 5 additions and 5 deletions

View File

@ -32,15 +32,15 @@
"constraintZones": [],
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 3.0,
"maxAcceleration": 1.5,
"maxVelocity": 2.0,
"maxAcceleration": 0.75,
"maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0
},
"goalEndState": {
"velocity": 0.0,
"rotation": 0.0,
"rotateFast": true
"rotateFast": false
},
"reversed": false,
"folder": null,

View File

@ -32,8 +32,8 @@
"constraintZones": [],
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 3.0,
"maxAcceleration": 1.5,
"maxVelocity": 2.0,
"maxAcceleration": 0.75,
"maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0
},