How do a get a 3D occupancy grid by subscribing to Octomap messages (using a Python script)

asked 2017-11-19 07:07:37 -0600

lahiruherath gravatar image

updated 2017-11-19 07:08:41 -0600

I have created a Octomap and subscribing to a Octomap binary stream. My requirement is to build a occupancy grid (eg:- X,Y,Z =1 or X,Y,Z =0). Is it possible or do i need to do some extra work. I'm using Python.

edit retag flag offensive close merge delete