urdf
- This package contains a C++ parser for the Unified Robot Description
Format (URDF), which is an XML format for representing a robot model. The code API of the parser has been through our review process and will remain backwards compatible in future releases.
README
urdf
This file is ai generated. Do not edit this file directly. Instead, edit the package files and run the update-readme command to update this file.
Description
This package contains a C++ parser for the Unified Robot Description Format (URDF), which is an XML format for representing a robot model. The code API of the parser has been through our review process and will remain backwards compatible in future releases.
The URDF parser is a fundamental component in ROS2 robotics, enabling robots to load their mechanical structure, kinematics, dynamics, visualization, and collision properties from XML files. This package provides the core C++ API for parsing URDF files and constructing robot models in memory, with support for plugins to extend functionality.
Key features:
Parse URDF XML files into C++ robot model objects
Support for links, joints, transmissions, materials, and sensors
Plugin-based architecture for custom parsers
Backwards-compatible API
Integration with urdfdom for DOM representation
Maintainers
Alejandro Hernandez Cordero (alejandro@openrobotics.org)
Chris Lalancette (clalancette@openrobotics.org)
License
BSD