There is no move_base node in move_base package
Hi! I am trying to launch move_base, but I am getting such messages:
- when launching it through launch file:
ERROR: cannot launch node of type [move_base/move_base]: can't locate node [move_base] in package [move_base]
- when launching it by rosrun:
[rosrun] Couldn't find executable named move_base below /opt/ros/indigo/share/move_base [rosrun] Found the following, but they're either not files, [rosrun] or not executable: [rosrun] /opt/ros/indigo/share/move_base
The system sees the package move_base, but there is no nodes in it. Other packages and nodes of navigation stack work fine. I use Ubuntu 14.04 virtual machine with ROS Indigo. I installed navigation stack withsudo apt-get install ros-indigo-navigation
. My ROS_PACKAGE_PATH is/home/viki/catkin_ws/src:/opt/ros/indigo/share:/opt/ros/indigo/stacks
I am very new to ROS, so I have no idea what caused the problem. Please, help me!