Registry / other / urdf-rs

urdf-rs

JSON →
library0.9.0rscratesunverified

URDF parser

# Cargo.toml [dependencies] urdf-rs = "0.9.0"
INSTALL
IMPORT
SIG · URDF-RS
U
urdf-rs
otherrustv0.9.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.

Urdf
use urdf_rs::Urdf;

Parse a URDF file

use urdf_rs::Urdf; fn main() { let urdf = Urdf::from_path("robot.urdf").unwrap(); println!("Robot: {}", urdf.name); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
urdf-rs — cargo add urdf-rs · libregistry