ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
If you have installed it (see answer from sloretz@em) you also need to find_package
it.
I.e., extend your find_package
call to contain:
find_package(catkin REQUIRED COMPONENTS
costmap_2d
move_base_msgs
roscpp
rospy
std_msgs
)
And you should add them as dependencies in the package.xml
as well.