pike ready

This commit is contained in:
Shikhar
2026-03-06 10:57:47 -07:00
parent c2f16a5117
commit d5ff90c1aa
4 changed files with 14 additions and 10 deletions
@@ -62,8 +62,8 @@
"globalConstraints": {
"maxVelocity": 3.0,
"maxAcceleration": 3.0,
"maxAngularVelocity": 500.0,
"maxAngularAcceleration": 700.0,
"maxAngularVelocity": 600.0,
"maxAngularAcceleration": 750.0,
"nominalVoltage": 12.0,
"unlimited": false
},
@@ -77,5 +77,5 @@
"velocity": 0,
"rotation": 0.0
},
"useDefaultConstraints": false
"useDefaultConstraints": true
}
@@ -73,7 +73,7 @@
"maxVelocity": 3.0,
"maxAcceleration": 3.0,
"maxAngularVelocity": 600.0,
"maxAngularAcceleration": 770.0,
"maxAngularAcceleration": 750.0,
"nominalVoltage": 12.0,
"unlimited": false
},
@@ -87,5 +87,5 @@
"velocity": 0,
"rotation": -90.0
},
"useDefaultConstraints": false
"useDefaultConstraints": true
}