Add color materials to my urdf models (including Collada meshes).
How to add color to Collada meshes ? Since in urdf files, the color I set in SketchUp dose not work at all, I want to use the same way of adding color to a box in .gazebo (xacro) file to the dae mesh:
<gazebo reference="link_name">
<material>Gazebo/Red</material>
</gazebo>
where the link_name refers to the link I uses meshes, but I failed.
Could anyone please tell how to import the color from SketchUp to urdf ? Or how to rewrite the color again successfully ? Is there something wrong with my file ?