Robotics StackExchange | Archived questions

OGRE-Overlay module not found

I'm following the build from source tutorial here. When I configure Gazebo with cmake, all the required dependencies are found except for OGRE-Overlay and ccd>=1.4. I'm still able to build and run Gazebo, but I don't seem to have any texture support...presumably because it requires OGRE-Overlay.

I'm still a bit of a novice when it comes to Ubuntu (and Gazebo). I've tried Ubuntu 12.04, 13.04, 13.10, and 14.04. All of them tell me that OGRE-Overlay was not found. Any idea how I can fix this? Thanks.

Asked by murrdpirate on 2014-05-04 12:57:43 UTC

Comments

Answers

Well, turns out it wasn't OGRE-Overlay, but my graphics card drivers. I have a Radeon HD-6870 and I was using the default open source drivers in Ubuntu 13.10. Installing the proprietary AMD drivers seems to have solved the problem for me.

Asked by murrdpirate on 2014-05-04 23:16:19 UTC

Comments