This commit is contained in:
samuel desharnais 2024-02-20 19:25:41 -05:00
parent 6e867c5c99
commit d0304db118
2 changed files with 3 additions and 3 deletions

View File

@ -53,7 +53,7 @@
{ {
"type": "named", "type": "named",
"data": { "data": {
"name": "balyer" "name": "balayer"
} }
} }
] ]

View File

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