Structure for the URDF joint data.
- Parameters
-
| name | Name of the joint. |
| position_interface | Data for position command/state interface. |
| velocity_interface | Data for velocity command/state interface. |
| effort_interface | Data for effort command/state interface. |
| command_interfaces | Vector of command interface names supported by the joint. |
| is_mimic | Boolean flag indicating if the joint is a mimic joint. |
| mimicked_joint_index | Index of the joint being mimicked. |
| mimic_multiplier | Multiplier for the mimic joint. |
| is_position_control_enabled | Boolean flag indicating if position control is enabled. |
| is_velocity_control_enabled | Boolean flag indicating if velocity control is enabled. |
| is_effort_control_enabled | Boolean flag indicating if effort control is enabled. |