openrr / urdf-rs

URDF parser for Rust
Apache License 2.0
32 stars 12 forks source link

Improve error messages #89

Closed taiki-e closed 1 year ago

taiki-e commented 1 year ago

Note: This is a breaking change because this changes utils::{rospack_find,expand_package_path} to return Result. (Our main branch already contains another breaking change: #88)