This commit is contained in:
Antoine PerreaultE 2024-04-10 18:29:00 -04:00
parent 0631295bb7
commit ce1d71a771
3 changed files with 5 additions and 5 deletions

View File

@ -56,7 +56,7 @@
{ {
"type": "wait", "type": "wait",
"data": { "data": {
"waitTime": 0.3 "waitTime": 0.5
} }
}, },
{ {

View File

@ -38,8 +38,8 @@
"constraintZones": [], "constraintZones": [],
"eventMarkers": [], "eventMarkers": [],
"globalConstraints": { "globalConstraints": {
"maxVelocity": 1.0, "maxVelocity": 3.0,
"maxAcceleration": 0.5, "maxAcceleration": 1.5,
"maxAngularVelocity": 540.0, "maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0 "maxAngularAcceleration": 720.0
}, },

View File

@ -38,8 +38,8 @@
"constraintZones": [], "constraintZones": [],
"eventMarkers": [], "eventMarkers": [],
"globalConstraints": { "globalConstraints": {
"maxVelocity": 1.0, "maxVelocity": 3.0,
"maxAcceleration": 0.5, "maxAcceleration": 1.5,
"maxAngularVelocity": 540.0, "maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0 "maxAngularAcceleration": 720.0
}, },