openrr / urdf-viz

visualize URDF/XACRO file, URDF Viewer works on Windows/MacOS/Linux
Apache License 2.0
413 stars 56 forks source link

H1rono/assimp fetch #222

Closed H1rono closed 11 months ago

H1rono commented 11 months ago

close #220 Tested with cargo run -- https://github.com/openrr/urdf-viz/raw/main/sample.urdf on macOS.

taiki-e commented 11 months ago

Tested with cargo run -- https://github.com/openrr/urdf-viz/raw/main/sample.urdf on macOS.

That file does not contain a mesh, so I don't think this case can be tested.

taiki-e commented 11 months ago

I think the URDF used in the gallery in readme is suitable for testing.

e.g., UBR1

urdf-viz https://raw.githubusercontent.com/unboundedrobotics/ubr1_preview/6ce886f4d8d02999c442e17f6ee2685fea97b70e/ubr1_description/robots/ubr1_robot.urdf --package-path ubr1_description=https://raw.githubusercontent.com/unboundedrobotics/ubr1_preview/6ce886f4d8d02999c442e17f6ee2685fea97b70e/ubr1_description
H1rono commented 11 months ago

The command you gave me worked with no errors.