rsasaki0109/lidarslam_ros2

Scan_Matcher "odom"-Frame Error

LuSchnitt opened this issue · 2 comments

Hello,

the installation of the package went very smoothly and without problems.
But when i try to test it, with my ros2-bag, i got the following error only after i started to publish the data from the bag:

scanmatcher_error

System: ubuntu 20.04
Ros: Foxy
Arm64 Architecture

I was working with the scanmatcher a few months ago and i didnt get any error like this with the tested ros_bags.

Do you know how i can get solve this problem?

If you need more information just ask.

Best

Lukas

Is the scanmatcher.use_odom in your yaml set to true? If you don't have odometry as a sensor input, you need to set use_odom to false.

Thanks, that solved the problem!

Best Lukas