ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
My best guess is that you have a rosbuild package in your workspace that's shadowing a catkin package installed from debs, and this is confusing rosrun. @william or @tfoote may be able to confirm this.
My best suggestion is to try removing the ros-hydro-move-base package and see if that helps things. (sudo apt-get remove ros-hydro-move-base
)