cant locate the node rgbdslam
I installed and built rgbdslam_freiburg as given in ros.org/wiki/rgbdslam. When I tried to execute the following command
roslaunch rgbdslam kinect+rgbdslam.launch
I got the following error:
ERROR: cannot launch node of type [rgbdslam/rgbdslam]: can't locate node [rgbdslam] in package [rgbdslam]
I have the same problem. Any update on this?
try this rosmake --pre-clean rgbdslam
I did, but still not working, although rosmake returned "Built 69 packages with 0 failures."
First pls check if rgbdslam is in the ROS_PACKAGE_PATH by doing roscd.
You're right. the executable was missing. It appears that the compilation didn't succeed after all. Now i face the same problem as in topic http://answers.ros.org/question/122541/rgbdslam-problem-hydro/
Have You tried sudo apt-get install libglew1.5-dev libdevil-dev libsuitesparse-dev as is there said? After doing so I also had problems so I reinstalled package and waited after it all install
@Wilk: did that work for u ?
Maybe this is a related question: http://answers.ros.org/question/123581/rosrun-cannot-find-my-executable/