ANYbotics / grid_map

Universal grid map library for mobile robotic mapping
BSD 3-Clause "New" or "Revised" License
2.58k stars 800 forks source link

Integrate a static gridmap into a local gridmap #336

Open BIRL-xu opened 2 years ago

BIRL-xu commented 2 years ago

Hi, I have a static gridmap with size 100mx100m converted from ros occupancy grid map, and a local gridmap with size 20mx10m built online. The local gridmap would be moved with robot. I want to integrate the grid value in the overlapping area between two maps into the local gridmap. Could you give me some tips how to implement this? I'm a beginner for this great library. Thank you very much!

maximilianwulf commented 2 years ago

Hi @BIRL-xu,

Interesting question, I think you have to work out these questions:

I hope this helps.

BIRL-xu commented 2 years ago

Thank you for your reply, @maximilianwulf