-
Notifications
You must be signed in to change notification settings - Fork 128
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
Max distance (km) for mapping #53
Comments
As long as this package can store the pcd data in memory, it can be mapped with scan matching. It seems that NDT scan munging is failing. I think lidarslam_tukuba.yaml also fails because the NDT parameters are the same as lidarslam.yam. If rosbag is provided, the cause can be tracked down in more detail. |
I'm sorry I can't provide you the rosbag at the moment. But, those suggestions are make sense to me. Let say I want to add IMU, so I have to use li_slam instead of lidarslam right? |
Yes.
Sad. If you can, give me a video of the rviz of the scan at the time and I might be able to figure out the problem. |
I will give you the rosbag soon but not at the moment. I still want to contribute to your work as well as I want the best results for my work. |
Hi there, I have acquired the rosbag for my problem. Tools:
Issues:
|
In my environment, the scan matching using only lidar failed occasionally and the loop did not close, but I was able to complete the scan matching. The reason lidarslam crashed on your PC could possibly be that your PC's CPU memory is small and could not hold the point cloud. |
It seems to be the same as my environment. Scan matching is failing in places. |
I'm sorry. I have been busy lately and it will take some time to get lidarslam_ros2 to close this loop. |
Does "use_imu" flag in lidarslam_ros2 not work now? |
That feature was inspired by lego-loam, but its performance isn't optimal. If you want to use IMU, it's better to use li_slam. |
Hi! I have an issue while recording a larger map using lidarslam.yaml. The desired route is about 6.2km long. So, the mapping stopped somewhere while I was recording it https://drive.google.com/file/d/17_C7tcCxtObeyDzwouvG9QjKfip85lPi/view?usp=sharing
I believe there is a limit in the yaml file right? If it is so, is it can be solved if I use the lidarslam_tukuba.yaml?
The text was updated successfully, but these errors were encountered: