I used the octomap library to create a map of the airspace that i want to fly in, octomap saves this map in an octree data structure, and I can use binvox to convert to different voxel file types. My question is what encoding does your MapUtil function require (.vtk, .raw, .MIRA...)? I saw in the example you have a .yaml file with a - data: parameter, how is this occupancy grid created?

I used the octomap library to create a map of the airspace that i want to fly in, octomap saves this map in an octree data structure, and I can use binvox to convert to different voxel file types. My question is what encoding does your MapUtil function require (.vtk, .raw, .MIRA...)? I saw in the example you have a .yaml file with a - data: parameter, how is this occupancy grid created?