Registry / other / sdformat9

sdformat9

JSON →
library9.8.0vcpkgunverified

Simulation Description Format (SDF) parser and description files.

vcpkg install sdformat9
INSTALL
IMPORT
SIG · SDFORMAT9
S
sdformat9
othercppv9.8.0
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.

sdf/sdf.hh
#include <sdf/sdf.hh>

Parse an SDF file using sdformat9

#include <sdf/sdf.hh> #include <iostream> int main() { sdf::SDFPtr sdf(new sdf::SDF()); sdf::init(sdf); if (sdf::readFile("model.sdf", sdf)) { std::cout << "Parsed SDF file successfully" << std::endl; } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
9.8.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

sdformat9 — pip install sdformat9 · libregistry