I have an issue with Gazebo and color. I am using Blender to attach materials with different colors to different faces of a mesh.
When I export the model as a collada file (.dae) and load it into Gazebo the model has no colors. In rviz all colors show correctly. See screenshot:
I have noticed that the ambiet values in the dae file look like this:
<ambient>
<color sid="ambient">0 0 0 1</color>
</ambient>
In gazebo the values were set to 1, so I changed all ambient values to
<ambient>
<color sid="ambient">1 1 1 1</color>
</ambient>
Unfortunately the outcome was the same. I have also added some light sources which didnt help.
My export settings in Blender look like this
The collada file looks like this: C:\fakepath\color_test_3.model
Gazebo version used: Gazebo multi-robot simulator, version 9.6.0
Blender version: Blender 2.79 (sub 0)
ROS version: melodic
OS: Ubuntu 18.04.1 LTS
What could I be doing wrong?
BR