This commit is contained in:
samuel desharnais 2024-02-23 13:44:17 -05:00
parent 753a93cff3
commit de5623e9ec
2 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@
"globalConstraints": { "globalConstraints": {
"maxVelocity": 1.0, "maxVelocity": 1.0,
"maxAcceleration": 1.0, "maxAcceleration": 1.0,
"maxAngularVelocity": 540.0, "maxAngularVelocity": 90.0,
"maxAngularAcceleration": 720.0 "maxAngularAcceleration": 720.0
}, },
"goalEndState": { "goalEndState": {

View File

@ -56,8 +56,8 @@
"globalConstraints": { "globalConstraints": {
"maxVelocity": 1.0, "maxVelocity": 1.0,
"maxAcceleration": 1.0, "maxAcceleration": 1.0,
"maxAngularVelocity": 540.0, "maxAngularVelocity": 90.0,
"maxAngularAcceleration": 720.0 "maxAngularAcceleration": 90.0
}, },
"goalEndState": { "goalEndState": {
"velocity": 0, "velocity": 0,