get_robot_info
Retrieve a robot's joint names, types, DOF count, and limits after creation to understand its kinematic structure for simulation setup.
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 (radians for revolute, meters for prismatic — each
entry carries its own units).
Args: prim_path: The prim path of the robot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prim_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |