ayonga / frost-dev

Fast Robot Optimization and Simulation Toolkit (FROST)
http://ayonga.github.io/frost-dev/
Other
159 stars 64 forks source link

Some questions for URDF visualization #25

Closed ankalou closed 6 years ago

ankalou commented 6 years ago

Hi, I had some problems to visualize (in Rviz) the URDF files of RABBIT and Atlas included in the example section. It was mostly due to not having a link named base_link (renaming the torso did the trick). Also, the URDF for Atlas mentions some mesh files, but I did not find them in the project. Do you need them or perhaps the URDF could be simplified ?

ayonga commented 6 years ago

FROST does not have visualization based on mesh files, so we ignore these definitions in URDF files, and also did not include them in the attached examples. For ATLAS, you may be able to find these mesh files somewhere else (check Drake for example), and unfortunately, we do not have mesh files for RABBIT, so it cannot be visualized in Rviz. We may improve our visualization in the future, but considering all other available tools, it may not happen in the near future.

ankalou commented 6 years ago

Ok, thank you ! I removed the "visual" parts to make the urdf more human-readable, and had no problem with FROST.