xurdf

Crates.ioxurdf
lib.rsxurdf
version0.2.6
created_at2023-01-15 13:39:28.367647+00
updated_at2026-01-11 01:46:01.038944+00
descriptionParse URDF and Xacro.
homepagehttps://github.com/neka-nat/xurdf
repositoryhttps://github.com/neka-nat/xurdf
max_upload_size
id759472
size33,830
k-tanaka (neka-nat)

documentation

http://neka-nat.github.io/xurdf/xurdf/

README

xurdf

Parse URDF and Xacro.

Getting started

use xurdf::*;

pub fn main() {
    let urdf = parse_urdf_from_file("data/test_robot.urdf");
    println!("{:#?}", urdf);
}
Commit count: 42

cargo fmt