Robotics StackExchange | Archived questions

Unable to add textures while following tutorial

Hi all, I was following this tutorial and I was unable to make the textures show up image description.

I've followed the instructions from the section "Example Adding Color and Textures to a Model" onwards, ensured that my folder structure is correct, and created the necessary files. Is there something I'm missing, like is there something I need to install other than Gazebo? Thanks in advance. Using gazebo v11.8.1

Asked by yanlyh on 2021-11-06 05:26:00 UTC

Comments

Answers

A common culprit is that the textures you are specifying cannot be found on the GAZEBO_RESOURCE_PATH, but its hard to say for certain given the information you've provided.

Consider running Gazebo with the --verbose flag set to see if there is any notable output. You could also look in the ogre.log (defaults to ~/.gazebo/ogre.log in Ubuntu) file to check to see if Gazebo had trouble loading your textures.

Asked by shonigmann on 2021-11-16 15:44:18 UTC

Comments