Robotics StackExchange | Archived questions

Imported Gazebo model texture error!

I made a simple gazebo model using blender, then exported the .dae into the model folder. But when I tried it in gazebo, the surface textures appeared on the other side off the surface (inside surface). How can i solve this problem??

image description

Asked by rayhan_haqi on 2020-08-15 01:12:29 UTC

Comments

Answers

This looks like you add to a wrong surface when you unwrapped the object to add the texture at blender. It has several examples of adding texture over surface at blender, try it and check on gazebo if works

Asked by dregner on 2020-08-19 13:38:27 UTC

Comments

Looks like your normals are flipped. You'll need to go back to blender and flip your normals. Here is some info on how to do this.

https://docs.blender.org/manual/en/latest/modeling/meshes/editing/mesh/normals.html

Asked by Cole on 2020-12-18 14:16:34 UTC

Comments