POST
get_joint_state/motion_plan/get_joint_stateRequest Body
| Field | Type | Description |
|---|---|---|
robot_name | string | Robot asset name in the scene |
Response200 OK
| Field | Type | Description |
|---|---|---|
success | bool | Whether the call succeeded |
msg | string | Status or error message |
data | object | Payload; shape depends on the endpoint |
Request bodyJSON
{
"robot_name": "franka_panda"
}Response200 OK
{
"success": true,
"msg": "ok",
"data": {}
}