Ekumen-OS / andino_webots

Webots simulation of the Andino robot fully integrated with ROS 2
BSD 3-Clause "New" or "Revised" License
6 stars 1 forks source link

Fix mesh colors for Andino #15

Closed IDavGal closed 7 months ago

IDavGal commented 1 year ago

The generated proto does not translate the colors specified in the gazebo_description URDF. According to urdf2webots the material can be parsed from a list of gazebo materials defined in the package, but this does not seem to be working.

IDavGal commented 1 year ago

Update on colors not working:

Things that do work:

IDavGal commented 12 months ago

A workaround for this issue was implemented, adding a replacement for color definition for each link that requires it.

Additionally, an issue was opened in the urdf2webots repository to keep track of the package's solution for the problem.