openrr / urdf-rs

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

Improve error messages #89

Closed taiki-e closed 8 months ago

taiki-e commented 8 months 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)