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": [], "constraintZones": [],
"eventMarkers": [], "eventMarkers": [],
"globalConstraints": { "globalConstraints": {
"maxVelocity": 3.0, "maxVelocity": 2.0,
"maxAcceleration": 1.5, "maxAcceleration": 0.75,
"maxAngularVelocity": 540.0, "maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0 "maxAngularAcceleration": 720.0
}, },
"goalEndState": { "goalEndState": {
"velocity": 0.0, "velocity": 0.0,
"rotation": 0.0, "rotation": 0.0,
"rotateFast": true "rotateFast": false
}, },
"reversed": false, "reversed": false,
"folder": null, "folder": null,

View File

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