5.3.3.12. URDF
URDF (Unified Robot Description Format) is a file format for specifying the geometry and organization of robots in ROS. A URDF file follows the XML format as described on here.
- 5.3.3.12.1. Building a visual robot model from scratch
- 5.3.3.12.2. Building a movable robot model
- 5.3.3.12.3. Adding physical and collision properties
- 5.3.3.12.4. Using Xacro to clean up your code
- 5.3.3.12.5. Using a URDF in Gazebo
- 5.3.3.12.6. Using URDF with
robot_state_publisher(C++) - 5.3.3.12.7. Using URDF with
robot_state_publisher(Python) - 5.3.3.12.8. Generating an URDF File