ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

And it is really silly.

Just add the octomap_ros dependencies to

CMakeList :

find_package(catkin REQUIRED COMPONENTS <other dependencies> octomap_ros)
catkin_package(
    CATKIN_DEPENDS <other dependencies> octomap_ros
)

and package.xml:

 <depend>octomap_ros</depend>