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

how to use laser scan matcher?

asked 2014-11-23 08:09:15 -0500

chaiein gravatar image

updated 2014-11-23 15:53:21 -0500

ahendrix gravatar image

I am very new to ROS I have to use the laser_Scan_matcher which I got from github scan_tools. when I do catkin_make

There is a error csm/csm_all.h... I added it by downloading this .h file, again on catkin_make I get another file missing like this I got more than 50 files approximately...and still its files not found errors are increasing as I add each missing file ...Please help me to solve this problem, what is the exact package files I needed and modifications to be done .

Please help in clear steps how to use a bag file say example 2robots.hospitals bagfile and what will be the output for laser_scan_matcher.

edit retag flag offensive close merge delete

Comments

What happens when you try the commands here?

Angus gravatar image Angus  ( 2014-11-24 11:57:54 -0500 )edit

-- +++ processing catkin package: 'laser_scan_matcher' -- ==> add_subdirectory(scan_tools-master/laser_scan_matcher) -- Could NOT find Git (missing: GIT_EXECUTABLE) CMake Error at /usr/share/cmake-2.8/Modules/ExternalProject.cmake:1060 (message): error: could not find git for clone of csm_src

chaiein gravatar image chaiein  ( 2014-11-25 07:36:33 -0500 )edit

Call Stack (most recent call first): /usr/share/cmake-2.8/Modules/ExternalProject.cmake:1478 (_ep_add_download_command) scan_tools-master/laser_scan_matcher/csm/GetCSM.cmake:12 (ExternalProject_Add) scan_tools-master/laser_scan_matcher/CMakeLists.txt:6 (download_and_compile_csm)

chaiein gravatar image chaiein  ( 2014-11-25 07:51:50 -0500 )edit

Do you have git installed?

ahendrix gravatar image ahendrix  ( 2014-11-25 08:31:26 -0500 )edit

Thank you so much ..I did nt have git-core..I have installed now..I dont have error any more.

chaiein gravatar image chaiein  ( 2014-11-26 07:19:52 -0500 )edit

I can see only the laser_scan_matcher_node in lib/laser_Scan_matcher after catkin_make. How to test this laser scan matcher?

chaiein gravatar image chaiein  ( 2014-11-26 07:22:46 -0500 )edit

$ rosrun laser_scan_matcher laser_scan_matcher_node is executed on bag file running behind in another terminal.. I got [ INFO] []: Starting LaserScanMatcher what should be the next step?

chaiein gravatar image chaiein  ( 2014-11-26 07:24:38 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2014-11-27 18:04:11 -0500

ahendrix gravatar image

The original answer was to install git and follow this other answer for installing laser_scan_matcher: http://answers.ros.org/question/19765...

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-11-23 08:09:15 -0500

Seen: 2,947 times

Last updated: Nov 27 '14