get_robot_info
Retrieve a robot's joint information, including joint names, DOF count, types, and limits, to understand its kinematic structure after creation.
Instructions
Get robot joint information including names, DOF count, joint types, and limits.
Call this after create_robot to understand the robot's kinematic structure. Returns joint names ordered by DOF index, joint types (revolute/prismatic), and joint limits (degrees for revolute, meters for prismatic).
Args: prim_path: The prim path of the robot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prim_path | Yes | ||
| command_id | No | ||
| idempotency_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |