m4nh / skimap_ros

Ros implementation of Skimap
GNU General Public License v3.0
267 stars 101 forks source link

2D grid visualization #30

Closed brunoeducsantos closed 5 years ago

brunoeducsantos commented 5 years ago

Hi @m4nh , I want to make a 2D grid visualization of occupied tiles using my SLAM mapping. It is important to mention that there is a transformation of axis to match this SLAM reference frame:

I changed the coordinates, although I obtain a wrong 2D grid.

2dgridskimap

Could you point me out what could be my issue? Thanks a lot in advance, Bruno PS: The grey stripes are the 2D grid

m4nh commented 5 years ago

It is very difficult for me to answer such detailed questions about your software :) however, in "skimap_live.cpp" there is also an example of how to view the Tiles of the corresponding 2D grid. It would be good to take a look at all the examples provided, so you can understand what you can already do with Skimap, and what should be implemented again.