-
Notifications
You must be signed in to change notification settings - Fork 103
Description
Hi naturerobots, thanks for open-sourcing Mesh Navigation, the layered Mesh Map and CVP planner are really useful for our outdoor robot on non planar urban outdoor terrain.
In our system we’re also using Nav2 (Jazzy) for behavior trees and higher-level features like Route Server, Coverage Server and Docking Server. It would be amazing if we could combine Nav2’s task-level ecosystem with Mesh Navigation’s mesh-based planning and traversal capabilities.
I understand that mesh_navigation is currently built around Move Base Flex and its own mesh_map representation, so a drop-in integration with Nav2 is non-trivial.
I wanted to ask:
- Is there any ongoing work or roadmap for making Mesh Map–based planners/controllers usable from Nav2 (e.g. via custom planner/controller plugins or some bridge node)?
- From your perspective, is it technically realistic to share a mesh-based representation with Nav2’s costmaps, or would you instead recommend running Mesh Navigation + MBF separately and coordinating at a higher level?
- If such integration is not currently planned, would you be open to design discussions or community contributions in that direction?
My team and I would also be happy to explore contributing or prototyping an integration if it aligns with your roadmap.
Happy to share more details about our use case if that would be useful.
Thanks again for the great work and for any guidance you can share!