ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

First build and install the Ogre version you want (1.8 in this case). You can use cmake-gui to specify the install locations. Or if you don't, it will probably go into /usr/lib.

Then make sure the you have the .pc files for Ogre (these files can be used to tell gazebo through cmake modules where to find the Ogre installation). And finally make sure the location of these .pc files is included in the PKG_CONFIG_PATH env variable or set it during your cmake call.