How do I launch gmapping?
Hi,
after battling to get ROS working, i chose to work with gmapping so i downloaded the gmapping package and the openslam_gmapping_master packages (after reading a lot of posts, it seems like to be needed).
Now i can't launch the gmapping as i get thisspace@space-HP-ProBook:~$ rosrun gmapping slam_gmapping scan:=base_scan
[rospack] Error: package 'gmapping' not found
i tried to rebuild my catkin file as a results of feedback on forum but then i get this error
-- +++ processing catkin package: 'gmapping'
-- ==> add_subdirectory(gmapping) -- Using these message generators: gencpp;genlisp;genpy CMake Warning at /opt/ros/indigo/share/catkin/cmake/catkinConfig.cmake:76 (find_package): Could not find a package configuration file provided by "openslam_gmapping" with any of the following names:
openslam_gmappingConfig.cmake
openslam_gmapping-config.cmake
Add the installation prefix of "openslam_gmapping" to CMAKE_PREFIX_PATH or set "openslam_gmapping_DIR" to a directory containing one of the above files. If "openslam_gmapping" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): gmapping/CMakeLists.txt:4 (find_package)
-- Could not find the required component 'openslam_gmapping'. The following CMake error indicates that you either need to install the package with the same name or change your environment so that it can be found. CMake Error at /opt/ros/indigo/share/catkin/cmake/catkinConfig.cmake:83 (find_package): Could not find a package configuration file provided by "openslam_gmapping" with any of the following names:
openslam_gmappingConfig.cmake
openslam_gmapping-config.cmake
Add the installation prefix of "openslam_gmapping" to CMAKE_PREFIX_PATH or set "openslam_gmapping_DIR" to a directory containing one of the above files. If "openslam_gmapping" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): gmapping/CMakeLists.txt:4 (find_package)
-- Configuring incomplete, errors occurred! See also "/home/space/catkin_ws/build/CMakeFiles/CMakeOutput.log". See also "/home/space/catkin_ws/build/CMakeFiles/CMakeError.log". make: * [cmake_check_build_system] Erreur 1 Invoking "make cmake_check_build_system" failed
I am sure I am missing a lot so if someone cans help!!
Space