openrr / urdf-rs

URDF parser for Rust
Apache License 2.0
30 stars 11 forks source link

Minor performance improvements #14

Closed taiki-e closed 3 years ago

taiki-e commented 3 years ago
taiki-e commented 3 years ago

hmm....

thread 'funcs::it_works' panicked at 'called `Result::unwrap()` on an `Err` value: UrdfError(Xml(Custom { field: "invalid type: string \"0 0 0\", expected a borrowed string" }))', src/funcs.rs:160:36
taiki-e commented 3 years ago

hmm....

thread 'funcs::it_works' panicked at 'called `Result::unwrap()` on an `Err` value: UrdfError(Xml(Custom { field: "invalid type: string \"0 0 0\", expected a borrowed string" }))', src/funcs.rs:160:36

looks like https://github.com/RReverser/serde-xml-rs/issues/70

I'll remove the first commit