Closed Jackiezhou233 closed 1 month ago
This is due to one of the regressions introduced in urdf-rs 0.7 (https://github.com/openrr/urdf-rs/pull/64) that the default value was accidentally changed.
I confirmed that this will be fixed by https://github.com/openrr/urdf-rs/pull/107.
Fixed in 0.46.0.
I run the following example using roslaunch urdf_tutorial display.launch model:=urdf/04-materials.urdf https://wiki.ros.org/urdf/Tutorials/Building%20a%20Visual%20Robot%20Model%20with%20URDF%20from%20Scratch#Origins the visualization is: But when I use the same urdf file through urdf-viz, it turn out to be:
the urdf file is :
Why?? the tf transform problem?