gazebo_ros-config.cmake unknown when compiling hydro
Dear all,
I am trying to compile hydro for ubuntu 12.04 LTS following these instructions - variant desktop_full.
The first 119 packages (out of 259) compile fine but the 120th called rrbot_gazebo cannot find the .cmake file for gazebo_ros. It shows the following error:
CMake Error at /home/arennuit/catkin_ws/install_isolated/share/catkin/cmake/catkinConfig.cmake:75 (find_package):
Could not find a configuration file for package gazebo_ros.
Set gazebo_ros_DIR to the directory containing a CMake configuration file
for gazebo_ros. The file will have one of the following names:
gazebo_rosConfig.cmake
gazebo_ros-config.cmake
Call Stack (most recent call first):
CMakeLists.txt:6 (find_package)
Any idea of what is going on? I could find any of the 2 *.cmake files indicated anywhere on my system... And I do not seem to find the solution in the internet...
Thanks!