Problem of installing kobuki in turtlebot installation (Indigo)
Hello,
I have a problem when I install kobuki in turtlebot installation of indigo. Following the tutorial, there was nothing wrong with rocon. However, when I continued to kobuki and run "rosdep install --from-paths src -i -y", I got the following error messages:
$ rosdep install --from-paths src -i -y
...
executing command [sudo apt-get install -y ros-indigo-kobuki-apps]
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package ros-indigo-kobuki-apps
ERROR: the following rosdeps failed to install
apt: command [sudo apt-get install -y ros-indigo-kobuki-apps] failed
The packages before "ros-indigo-kobuki-apps" (e.g., "ros-indigo-move-base-msgs") were installed without an error when running "rosdep install --from-paths src -i -y", but "ros-indigo-kobuki-apps" cannot be located.
Any help would be appreciated.