-
Notifications
You must be signed in to change notification settings - Fork 805
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
No possibility to resize
a GridMap ?
#132
Comments
Hi @artivis, thanks for sharing! I agree, a resizing method which is easier to use then |
I am not familiar enough with the internal of |
Is there any update on this? Could be useful for my use-case too. An incremental resize without clearing all data sounds like a good thing to do. I personally won't need to reposition the map. |
Add a |
Hi,
I started using the
grid_map_core
pkg recently aiming at incrementally building aGridMap
. However it seems there are no possibility to resize 'on the fly' aGridMap
(resize while preserving the existing data).The
setGeometry
functions internally callclearAll
thus aren't suited for incremental building. I came across bothaddDataFrom
&extendToInclude
functions which both require as input argument anotherGridMap
which is a bit of an overshoot - instantiation of a secondGridMap
object, internal copy of the current object etc...Did I miss something or is it a missing functionality ??
The text was updated successfully, but these errors were encountered: