Registry / utility / sdformat10

sdformat10

JSON →
library10.0.0vcpkgunverified

Simulation Description Format (SDF) parser and description files.

vcpkg install sdformat10
INSTALL
IMPORT
SIG · SDFORMAT10
S
sdformat10
utilitycppv10.0.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>

Load and parse an SDF file

#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 << "SDF file loaded\n"; } return 0; }
Debug
Known issues
gotchaVersion-specific port; sdformat10 is for SDFormat 1.10
fix
Use the correct versioned port (sdformat10, sdformat12, etc.) matching your SDF spec
affects: *
Upgrade
Version history
10.0.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources

No resource links recorded.

sdformat10 — pip install sdformat10 · libregistry