openrr / urdf-rs

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

Sort collision and visual in link #49

Closed OTL closed 2 years ago

OTL commented 2 years ago

Currently, if there are link has visual, collision, visual... it causes duplicate error. We already solved this problem by sorting the element like here.