feat: more urdf loader improvements

This commit is contained in:
Sébastien Crozet
2024-06-02 19:26:09 +02:00
committed by Sébastien Crozet
parent 98e32b7f3c
commit cfddaa3c46
4 changed files with 60 additions and 18 deletions

View File

@@ -9,6 +9,7 @@ stl = ["rapier-stl"]
[dependencies]
log = "0.4"
anyhow = "1"
bitflags = "2"
# NOTE: we are not using the (more recent) urdf-rs crate because of https://github.com/openrr/urdf-rs/issues/94
xurdf = "0.2"