0

occupancy grid

Hi,i have a 4 point bounding box and a grid (x,y,resolution). How can I determine which cells will this bounding box occupy as seen in the above image?

frozt
  • 11
  • 1

1 Answers1

0

I used SAT and iterated over grid for each cell to find occupied cells.

frozt
  • 11
  • 1