I am currently working on a navigation project using ROS2 and have encountered an issue with the global costmap. New obstacles are correctly detected and reflected in the local costmap, but they do not appear in the global costmap.
Problem Description
New obstacles are visible in the local costmap but are not shown in the global costmap.
Despite using the same laser scan data, the global costmap is not updating with the new obstacles.
Questions
What settings should I check to ensure that the global costmap reflects the same obstacle information as the local costmap?
Are there specific configurations in the global costmap's obstacle layer that I should verify?
Has anyone experienced a similar issue and can share their insights or solutions?
Thank you in advance for your help!
here is my nav2 yaml and Screenshot of the current situation
Bug report
Required Info: Operating System: Ubuntu 22.04 ROS2 version: Humble binaries
Hello everyone,
I am currently working on a navigation project using ROS2 and have encountered an issue with the global costmap. New obstacles are correctly detected and reflected in the local costmap, but they do not appear in the global costmap.
Problem Description
New obstacles are visible in the local costmap but are not shown in the global costmap. Despite using the same laser scan data, the global costmap is not updating with the new obstacles.
Questions
What settings should I check to ensure that the global costmap reflects the same obstacle information as the local costmap? Are there specific configurations in the global costmap's obstacle layer that I should verify? Has anyone experienced a similar issue and can share their insights or solutions? Thank you in advance for your help!
here is my nav2 yaml and Screenshot of the current situation
and here is my navigation2 launch file