director icon indicating copy to clipboard operation
director copied to clipboard

Render maps octrees as cubes

Open mauricefallon opened this issue 9 years ago • 1 comments

the octree code I integrated creates a separate folder ('Octomap) in the model browser: screenshot from 2016-02-10 17 23 55

While the Maps Server folder converts incoming octrees to a point clouds and draws them: screenshot-2016-02-10_17 23 31

@patmarion How would you suggest having the Map Server octree data drawn as cubes?

We could either:

  • have the Octomap folder subscribe to MAP_OCTREE and render as both points (Maps Server folder) and octree (Octomap folder). This is easy.
  • call octovis from the maps server c++ code and render it there

Also need to add a method to convert from an octree to a point cloud.

mauricefallon avatar Feb 10 '16 17:02 mauricefallon

Maybe we can schedule a phone call to discuss in person?

patmarion avatar Feb 10 '16 18:02 patmarion