10 | The first plugin using dynamic voronoi project by B. Lau. The project is modified for rolling window local costmap. 11 |
12 |13 | The stack provides software to compute and update Euclidean distance maps (DM) and Euclidean Voronoi diagrams (GVD) on 2D grid maps. 14 |
15 |
16 | Details on the algorithms can be found in the corresponding paper. Please cite the paper if you use it for scientific work:
17 | B. Lau, C. Sprunk and W. Burgard, Improved Updating of Euclidean Distance Maps and Voronoi Diagrams, IEEE Intl. Conf. on Intelligent Robots and Systems (IROS), Taipei, Taiwan, 2010.
18 | See also http://www.informatik.uni-freiburg.de/~lau/dynamicvoronoi
19 |
21 | The second plugin generate topological voronoi graph using Boost library (with openCV for preprocessing). 22 |
23 |