Registry / serialization / urdfdom

urdfdom

JSON →
library3.1.1vcpkgunverified

Provides core data structures and a simple XML parsers for populating the class data structures from an URDF file.

vcpkg install urdfdom
INSTALL
IMPORT
SIG · URDFDOM
U
urdfdom
serializationcppv3.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

urdf_model/model.h
✓ #include <urdf_model/model.h>

Load and print robot name from URDF file

#include <urdf_model/model.h> #include <iostream> int main() { urdf::ModelInterface model; if (model.initFile("robot.urdf")) { std::cout << "Robot name: " << model.getName() << std::endl; } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.1.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
OpenAI (training)
1
Resources

No resource links recorded.

urdfdom — pip install urdfdom · libregistry