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

Add "map_msgs" to find_package catkin REQUIRED COMPONENTS in CMakeLists and build_depend, run_depend in package.xml

<build_depend>map_msgs</build_depend>
 <run_depend>map_msgs</run_depend>

CMakeLists.txt

find_package(catkin REQUIRED COMPONENTS
  dynamic_reconfigure
  eigen
  geometry_msgs
  laser_geometry
  map_server
  nav_msgs
  pcl
  pcl_ros
  rosbag
  rosconsole
  roscpp
  sensor_msgs
  std_msgs
  tf
  visualization_msgs
  voxel_grid
  message_generation
  map_msgs
)