Trying to install dependencies.
Trying to install dependencies for http://www.ros.org/wiki/rgbdslam# (rgbdslam) following the instruction on the page:
rosdep install rgbdslam_freiburg
But I keep getting the error saying:
ERROR: Rosdep cannot find all required resources to answer your query
Missing resource XXXXXXX
Basically, it is missing the resources that it is suppose to install, like octomap.
I've tried grabbing the missing resources manually, using rosws, but got stuck at octomap, where the error pops up even though octomap is already in the package path. So I decided to double back and try to investigate what I did or assumed wrong in the first place.
Any help?