Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/reflex/embodiments/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@
"max_ee_velocity": {
"type": "number",
"exclusiveMinimum": 0,
"maximum": 10.0,
"description": "End-effector velocity cap (m/s)."
"maximum": 50.0,
"description": "Velocity cap (m/s) — end-effector for arms, flight speed for aerial embodiments."
},
"max_gripper_velocity": {
"type": "number",
Expand Down
Loading