How to combine local costmap from laserscan and update with /costmap_updates
Hi all,
Ubuntu: 22.04 ROS: Humble
I'm trying to update my generated costmap based on several factors.
Currently, I'm getting a costmap based on the robots laser scan.
In order to update this map I've tried to use the costmap_updates message where I'm publishing a updated version of the costmap.
Sadly, this does not lead to the wanted behavior as the generated costmap flicks between the one from the laser scan and the one I'm publishing.
Is there any way to combine these two sources to one costmap?
I would really like to share some screenshots of the behavior I'm getting, but sadly my karma is not yet high enough.
Best regards!