ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Looking at the CMakeLists.txt for pr2_2dnav
for Hydro, it would appear that the launch file is not installed (the build script is missing an install(..)
rule). That would result in the error message you quoted.
You can check this by doing a ls -al /opt/ros/hydro/share/pr2_2dnav/
and then look for the pr2_2dnav.launch
file in the listing. It will most likely not be there.
If the file is missing, please log an issue on the pr2_navigation_apps
issue tracker.