Skip to content
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

Combining the elevation maps into one larger map #235

Open
valli96 opened this issue Jan 29, 2023 · 1 comment
Open

Combining the elevation maps into one larger map #235

valli96 opened this issue Jan 29, 2023 · 1 comment

Comments

@valli96
Copy link

valli96 commented Jan 29, 2023

I am attempting to do a path planning through an uneven terrain.
For that, I wanted to use this project here.
I had thought that I could somehow link the resulting elevation map as I move around, but as I understand the project is not able to do that #183

A suggestion from another problem was to enlarge the buffer so that I can fit the whole map in it.
Are there any other possibilities there?

In the end, I wanted to have an occupancy grid map, which I wanted to create with some information from the elevation map.

Is this elevation_mapping-project what I am looking for? I didn't quite get that from the description or from the other problem I looked at.

@aimiliosnrobotics
Copy link

@valli96 did you find a way to implement this and get a "global" map of elevation? either in terms of a global grid map or a global occupancy grid (which would be the easier option as there are ways to stitch and expand to a global 2D occupancy grid already)
@heuristicus @maximilianwulf is there a way to create a grid map of dynamic size so that it could be updated to a grid map with global information? (expand as the mapping procedure is running) Or i should start thinking of another data structures for such implementation ?
Thank you very much in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants