Error Installing Gazebo from Source in a Catkin ws on Linux: Cannot find -lccd
Hello everyone,
I'm having issues installing gazebo from source. I'm following the tutorial on this page:
http://gazebosim.org/tutorials?tut=in...
With the catkin workspace guidelines: I've cloned all the necessary packages, checked out the branches I need (gazebo 6, sdf3) and added the package.xml files.
All looked well, I initialized catkin and tried running the catkin build block provided by the page. As "catkin build" wasn't recognized I used "catkin_make_isolated" instead. Dart, Bullet and SDF go through without any issues, but as Gazebo is being built I get the following error:
[ 50%] Built target gazebo_gui_model
/usr/bin/ld: cannot find -lccd
collect2: error: ld returned 1 exit status
make[2]: * [gazebo/physics/libgazebo_physics.so.6.5.1] Fehler 1
make[1]: * [gazebo/physics/CMakeFiles/gazebo_physics.dir/all] Fehler 2
Has anyone got an Idea where this issue can come from?
Kind regards, Alex