How do you check your URDF files?
launch rviz? Isn’t heavy?
urdf-viz is offline, single binary to visualize urdf file.
It supports not only moving each joint, but moving arms using inverse kinematics.
All mesh types are supported.
Any chance you could post some known-working URDF examples to the repo? urdf-viz is crashing on our URDF, but It’s pretty likely we have errors. It’d be nice to verify that urdf-viz is working as expected on known-good files.
The crate which is used to parse URDF, which is urdf-rs, is stricter than normal ROS urdf parse programs (and it is difficult to debug).
It does not allow multiple elements which should be only one.