Open ywiyogo opened 4 years ago
tuning is tricky and maybe you find a way to improve it if you play around long enough.
However, rotations are extremely hard to handle (for almost any SLAM) without odometry info or an IMU. Adding either of these will help you deal with this much easier.
tuning is tricky and maybe you find a way to improve it if you play around long enough.
However, rotations are extremely hard to handle (for almost any SLAM) without odometry info or an IMU. Adding either of these will help you deal with this much easier.
Thank @johuber for the hint. I'll get an IMU sensor then.
My lua-option is defined like following:
Currently, I just plug my RPlidar A2 to my PC and testing the map, wihtout odometry/IMU sensor. If I rotate the lidar scanner, I can see that the topic
/scan_matched_points2
is somehow drifted and distorts the map generation. Please see the picture below ( red is the laser scanner, green is thescan_matched_point2
:If I see the demo from the Deutsches Museum bagfile, I don't see such a drift. What did I do wrong? Since the Laser frame is the same as the robot frame (base_link). Is it because I don't have odometry sensor? If I change the lua setting to
odom_frame = "base_link"
, I see the same result.Thanks!