ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
It seems that it can not find the navigation stack, have you installed it correct and do you find it ? Try roscd navigation
, does it work?
2 | No.2 Revision |
It seems that it can not find the navigation stack, have you installed it correct and do you find it ? Try roscd navigation
, does it work?
If not you migth have not installed the navigation stack, you can install it by typing sudo apt-get install ros-<ROS_REALESE>-navigation
, if you use fuerte you would type sudo apt-get install ros-fuerte-navigation
Hope that help you