problems launching slam_karto (ros-hydro)
Hi ,
I am getting problems trying to run the slam_karto package. First of all, the wiki page isn't updated for the karto slam. So I tried to look into the github for a possible ros hydro package. Found the one maintained by Mike Ferguson slam_karto.
Got the package into the catkin folder and build it with few errors about dependencies on g2o and SBA. Figured out from this repository github link. Everything build nicely with no errors.
I also found there is an apt-get package for slam_karto.
I run :
sudo apt-get install ros-hydro-slam-karto
sudo apt-get install ros-hydro-open-karto
Then, I sourced all the files properly from the /caktin_ws/devel/setup.bash and /opt/ros/hydro/setup.bash
But when running roslaunch slam_karto karto_slam.launch
I get the following error:
ERROR: cannot launch node of type [karto/slam_karto]: can't locate node [slam_karto] in package [karto]
Now, I am not sure where to look for this node? and how do I resolve this error and run the karto.
Thanks