-
Notifications
You must be signed in to change notification settings - Fork 17
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
How can I limit memory usage? #6
Comments
The map appeared with double images that just like this |
Hi @woshinidiesb, I' m afraid I cannot see the image you shared. It would be nice if you could re-upload it. For your first issue I don't know what can be done to improve its performance in this situation. The way I see it, if the bump is captured by the onboard IMU, FastLIMO should be able to compensate the points accordingly. For your second issue, as far as I am concerned, you are currently using the |
first at all l,thank your reply to me,About the second question,I used your data in cat.bag to test the local map, it can't work normally.and I have the third questions that is if the lio stay the same position long time
,but it don't move a little,the map size will grow up continually? how to limit the map size by time
…---Original---
From: "Oriol ***@***.***>
Date: Fri, Dec 13, 2024 17:26 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [fetty31/fast_LIMO] How can I limit memory usage? (Issue #6)
Hi @woshinidiesb,
I' m afraid I cannot see the image you shared. It would be nice if you could re-upload it.
For your first issue I don't know what can be done to improve its performance in this situation. The way I see it, if the bump is captured by the onboard IMU, FastLIMO should be able to compensate the points accordingly. For your second issue, as far as I am concerned, you are currently using the ros2-humble branch. In most of my projects I'm still working with Noetic, so the ROS2 branches are not extensively tested. Maybe this dynamic map feature is not well implemented in your working branch. I will check that when I can. Having said that, limiting the map size can have negative effects when the environment has few features in it (low texture) so make sure you are not limiting too much the size of the map. You can actually visualize the 3D box of the current map in Rviz in the topic fast_limo/map/bb .
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
What dimensions of the local map are you trying? What RAM limitations do you have? My data If you are not moving, the map is still updated. However, as a voxelgrid is being applied, no much data is actually saved into the map. Also, you are seeing the same points over and over again so no new data is added. If this is not enough for you, more agressive filtering approaches can be performed to the pcl just before adding it to the map or maybe a fixed map size (max number of points) could developed. |
Hi, I'm here to provide feedback on the issues I encountered while using Fast Limo.
Do you have any good suggestions for these two issues?
The text was updated successfully, but these errors were encountered: