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

Problem of using package "gmapping" in groovy

asked 2013-04-27 22:43:14 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

I created a new pkg and need a dependency on gmapping pkg After the new pkg created with catkin_create_pkg uu roscpp gmapping when I do catkin-make,errors occured like following: " CMake Error at /opt/ros/groovy/share/catkin/cmake/catkinConfig.cmake:72 (find_package): Could not find a package configuration file provided by "gmapping" with any of the following names:

gmappingConfig.cmake
gmapping-config.cmake

Add the installation prefix of "gmapping" to CMAKE_PREFIX_PATH or set "gmapping_DIR" to a directory containing one of the above files. If "gmapping" provides a separate development package or SDK, be sure it has been installed. ...... "

Any help??

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-04-28 06:29:55 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

gmapping is not catkinized yet. You can only depend on catkin packages from catkin, so this won't work.

You can switch to rosbuild if you really need gmapping as a dependency.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-04-27 22:43:14 -0500

Seen: 311 times

Last updated: Apr 28 '13