Nav2 Costmap plugin - How to make cost changes persistent?
Hi all,
I'm currently writing a plugin for the Nav2 costmap. The goal is to set costs for the global costmap. Unfortunately, the costs need to be updated in the exact same place on every iteration. Is there a workaround so that I only have to set the costs once and the costmap keeps the changes for every other iteration?
Many thanks in andvance!