GitPedia
naturerobots

naturerobots/mesh_navigation

The Mesh Navigation Stack: Efficient Mobile Robot Navigation in Uneven Terrain

1 Releases
Latest: 9mo ago
3.0.0Latest
amockamock·9mo ago·September 10, 2025
GitHub

📋 Changes

  • 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.
  • Performance improvements.
  • Bug fixes.
  • Real-world testing validation and many new maps inside the [tutorials](https://github.com/naturerobots/mesh_navigation_tutorials).
  • Multithreaded Executor.
  • Better parameter names.