Rgbdslam in ros hydro
Hello,
I'm trying to use the rgbdslam package in ROS Hydro (on Ubuntu 12.04), but I'm experiencing some difficulties. First of all I had to install the arm_navigation stack and the octomap_server (I used the hydro-devel catkin version for this one), and I managed to do it. Now the problem is in the rgbdslam package. After following those instructions for groovy:
http://answers.ros.org/question/74899/rosmake-rgbdslam_freiburg-error-in-groovy/ (can't post the right link due to lack of karma),
I'm now trying to build it with rosbuild, but for now it gives me the error:
octomap_ros/OctomapROS.h: No such file or directory
I've seen that this file has been removed in Hydro. Moreover I suppose I will have to change something for the usage of point cloud library, since in hydro has changed very much. Can someone help me to use the rgbdslam in hydro? Thank you!