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",
"data": {
"waitTime": 0.3
"waitTime": 0.5
}
},
{

View File

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

View File

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