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.
1 | initial version |
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.