ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The correct package is installed, as you can see from the rospack
command (the package is actually ros-groovy-navigation
).
Please post the contents of your CMakeLists.txt
and package.xml
. Likely there is a missing declaration of the the dependency on move_base_msgs
that is causing your cmake error.
2 | No.2 Revision |
The correct package is installed, as you can see from the rospack
command (the package is actually ros-groovy-navigation
).
Please post the contents of your CMakeLists.txt
and package.xml
. Likely there is a missing declaration of the the dependency on move_base_msgs
that is causing your cmake error.
Edit: aha, I didn't realize at first but the navigation stack in groovy is still not catkinized, so you can not use it in catkin packages. Either update to hydro, or use rosbuild/rosmake in for your package as well.