ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
STL doesn't support textures (well, 'official' STL doesn't), it only encodes surface geometry, no colour, no textures.
Colours can be set (on the entire mesh) using the color
element in a URDF.
If you really want to texture, you'll have to use another format (RViz also supports .dae
(Collada) and Ogre .mesh
).
2 | No.2 Revision |
STL doesn't support textures (well, 'official' STL doesn't), it only encodes surface geometry, no colour, no textures.
Colours can be set (on (at least in RViz, and on the entire mesh) using the color
element in a URDF.
If you really want to texture, texture your meshes, you'll have to use another format (RViz also supports .dae
(Collada) and Ogre .mesh
).