-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The meshes of icub3 seems not compatible with rviz2 #229
Comments
I remember that for the iCub 2.5 we had to convert the meshes for a similar issue. In order to correctly set the paths in the URDF we use the option I've tried to generate the binary mesh for the part that gives you the error. Let me know if the problem is solved. |
Should we update the Creo 2 URDF guide with this indication? The guide should be at https://github.com/icub-tech-iit/cad-mechanics-public/wiki/Creo-mechanism-to-URDF (see http://wiki.icub.org/wiki/Creo_Mechanism_to_URDF), but I can't find it anymore. |
@traversaro the guide has been moved here |
Thanks, I updated the link in https://wiki.icub.eu/wiki/Creo_Mechanism_to_URDF to point there. I guess to solve this issue we need to can convert the meshes in this repo from ascii to binary, it can be done with command line tools, back in time I have a vague memory of using https://github.com/cmpolis/convertSTL, but we could use other tools. For the future we should make sure that at some point in the model generation pipeline (either before or after the files are committed in this repo) the stl files should be converted from ascii to binary. |
I will investigate if the Simscape Multibody Link allows to set the |
Here is a simple script for converting the stl: https://github.com/cmpolis/convertSTL It seems to work fine, shall we include it in our pipeline of urdf generation? |
Ok for me. |
When trying to visualize the icub3 meshes on
rviz2
i got these errors:ros2 pkg list | grep iCub
works fine.cc @pattacini @traversaro
The text was updated successfully, but these errors were encountered: