Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Laser Scan Matcher Compatibility #54

Open
HUDiwan opened this issue May 1, 2017 · 3 comments
Open

Laser Scan Matcher Compatibility #54

HUDiwan opened this issue May 1, 2017 · 3 comments

Comments

@HUDiwan
Copy link

HUDiwan commented May 1, 2017

Hello, I am trying to use the laser scan matcher in Kinetic - Ubuntu 16.04. However, the laser scan matcher node is not running. I believe it is compatibility issue, can you please verify?
Thanks.

@EwingKang
Copy link

@HUDiwan I can run the node on 16.04+Kinetic without problem( well, except the odometry bug that is)
Have you install CSM?

@trixr4kdz
Copy link

trixr4kdz commented Apr 5, 2018

Hi @EwingKang, I'm also trying to do the same thing, but it seems like I can't get the odom->base_link tf. I'm using tf2_ros to publish the base_link->laser_frame and on my launch file for laser_scan_matcher_node, I have fixed_frame = odom and base_frame = base_link and I've remapped the scan topic to the correct topic. How did you manage to get yours to work? Also, what is CSM?

@EwingKang
Copy link

EwingKang commented Apr 6, 2018

@trixr4kdz "CSM" stands for " Canonical Scan Matcher".
You can check whether you've installed that by sudo dpkg -l grep csm, there should be an entry of "ros-kinetic-csm", use apt-get to install if there's nothing. Please check [the official wiki] (http://wiki.ros.org/laser_scan_matcher) for more info.
Did your scan matcher terminal give out any error? You may wanna check everything with rqt. If you still get nothing, I suggest you raise a question at ros Answers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants