Skip to content

Releases: naturerobots/mesh_navigation

3.0.0

10 Sep 22:08
f0546b7

Choose a tag to compare

Major additions:

  • Graph layer system for intuitively combining traversibility information of different mesh layers.
  • Simple and fast obstacle layer that takes a PointCloud2 as input and marks the covered faces as lethal. It can already be used by the planner out of the box to avoid dynamic obstacles during planning.

Minor / Patches:

  • Performance improvements.
  • Bug fixes.
  • Real-world testing validation and many new maps inside the tutorials.
  • Multithreaded Executor.
  • Better parameter names.