Robotics StackExchange | Archived questions

Texture in a .stl file

Hello:

I would like to ask a question. I have a .stl file wich contains a chessboard. I have a .xacro wich is referencing a stl file and I have a .launch wich run .xacro

My problem is that when I see on Gazebo the chessboard this is whole in white... so it has not textures... (black and white squares). How can I do that .stl keeps the textures?

Thanks a lot!

Asked by Alvaro Salcedo on 2015-10-20 04:52:36 UTC

Comments

Answers

The STL format does not support textures or UV coordinates ...

you should export as DAE (Collada) instead of STL

Asked by evilBiber on 2015-10-21 05:06:39 UTC

Comments