-
Notifications
You must be signed in to change notification settings - Fork 89
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
Spiral Rsult #10
Comments
Thanks for posting question. I think the tracking loss may happen in your case. Maybe you were moving the sensor too fast and the tracking failed. Another issue may be the ranging problem. because the maximum range of L515 is only 4-5m for normal materials, so if the sensor is too far away from the wall, or the number of geometric features are too small, the SLAM may fails as well. You are also welcomed to make a rosbag file and reply here. Regards |
How did you solve the problem later |
Hi @trytry1206 , Also, one thing worth noticed is that L515 has quite a great amount of condition, which make it unable to achieve the fps is configured. I would suggest to take a look at the rtabmap, they implement quite a great amount of top SLAM algorithm for ROS. If your goal is to setup the environment rather than SLAM algorithm, I would take this approach. Best Regards, |
Hi sir,
While using FLOAM_ssl, I experience the following result, a spiral mapping.
At the beginning of the mapping, it works quite great, but after moving a certain distance, the mapping start to spiral as the following. At first, I assume it was the problem of rotation that leads to such results, but after testing moving straight line in a hallway. The same problem occurs. I have no clue where did everything went wrong. Is it the limitation or there is something wrong with my configuration?
Thanks in advance.
The text was updated successfully, but these errors were encountered: