ethz-asl / nbvplanner

A real-time capable exploration and inspection path planner (next best view planning)
353 stars 121 forks source link

[DO NOT MERGE] Example of how to swap the backend from octomap to voxblox #23

Open helenol opened 5 years ago

helenol commented 5 years ago

Please don't merge this, just for reference for those wishing to switch NBVP from octomap to voxblox.

This is a very simple wrapper that just mimics the interface to octomap to voxblox. It was made to have the behavior as close as possible. As such:

nbvp_voxblox

This is by no means a great implementation, just a sample to get people started. :) Please see mav_voxblox_planning for many more planning examples.