get_joint_config
Read joint drive configuration including stiffness, damping, limits, and position error to diagnose tracking problems, oscillations, or limit hits.
Instructions
Diagnostic tool: get joint drive configuration for a robot articulation.
Returns stiffness, damping, limits, target vs actual positions, and position error for each joint. Call this when:
Joint drives are not tracking targets (check position_error)
Joints are oscillating or unstable (check stiffness/damping ratio)
Joints hit limits unexpectedly (check lower_limit/upper_limit)
Args: prim_path: USD path to the robot articulation root.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prim_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |