How to generate a 3D occupancy map for a Gazebo world
Given a Gazebo world, is there a way to generate a 3D occupancy map?
I want a 3D matrix of 0s/1s so that I can use it for path planning algorithms.
add a comment