microsoft / spot-ros-wrapper

ROS Wrapper for the Boston Dynamics Spot robot
MIT License
63 stars 13 forks source link

[Visualization] obj instead of stl #15

Open bd-bbeddard opened 3 years ago

bd-bbeddard commented 3 years ago

We use .obj files as part of our URDF model of Spot. This differs from the stl files currently indicated by the set up guide.

https://github.com/microsoft/spot-ros-wrapper#16-set-up-urdf-visualization-optional

AustinDeric commented 3 years ago

to my knowledge urdf's do not support .obj files. What visualization engines are you using?

.dae files are recommended for visualizations and .stl for collision geometry: http://wiki.ros.org/urdf/XML/link

I think the intent of this issue is satisfied with this PR: https://github.com/microsoft/spot-ros-wrapper/pull/17. I recommend merging and closing this issue.

mklingen-bd commented 3 years ago

Let me clarify. The documentation is incorrect -- we do not provide .stl models of the robot through the API. We provide .obj models. RVIZ supports any mesh format that assimp supports, which includes .obj. We do not provide collision models through the API.