xurdf

Crates.ioxurdf
lib.rsxurdf
version0.2.5
created_at2023-01-15 13:39:28.367647+00
updated_at2024-12-31 01:54:20.521491+00
descriptionParse URDF and Xacro.
homepagehttps://github.com/neka-nat/xurdf
repositoryhttps://github.com/neka-nat/xurdf
max_upload_size
id759472
size33,827
Shirokuma (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: 40

cargo fmt