Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed the problem of static layer not restoring old map values for footprint #4824

Merged
merged 21 commits into from
Feb 4, 2025
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
64efd40
Fix
CihatAltiparmak Dec 27, 2024
fbb3ff1
Fixed some bugs and removed the unnecessary variables from class
CihatAltiparmak Jan 4, 2025
bf3c0e1
Keep the branch updated with main
CihatAltiparmak Jan 10, 2025
9896607
Called off API changes in costmap, added "restore_outdated_footprint"
CihatAltiparmak Jan 10, 2025
d1554a5
Merge branch 'ros-navigation:main' into fix/static_map
CihatAltiparmak Jan 10, 2025
39f1f62
Added the documentation for the new methods in static layer
CihatAltiparmak Jan 10, 2025
d7bc96c
Make CI happy
CihatAltiparmak Jan 10, 2025
7b4cee3
Apply suggestions and minimize diffs
CihatAltiparmak Jan 16, 2025
0e9dbeb
Fix ament_cpp_lint
CihatAltiparmak Jan 16, 2025
2da4d29
Revert changes in the method updateFootprint
CihatAltiparmak Jan 27, 2025
d78274b
Used cached data to restore map and broken up setConvexPolygonCost in…
CihatAltiparmak Jan 29, 2025
a0657d2
Rename newly added methods
CihatAltiparmak Feb 1, 2025
1fa6a53
Merge branch 'ros-navigation:main' into fix/static_map
CihatAltiparmak Feb 1, 2025
833b983
Added restore_outdated_map parameter
CihatAltiparmak Feb 1, 2025
2322d98
Make CI happy
CihatAltiparmak Feb 1, 2025
fe4aec0
Changed the name of the newly added parameter
CihatAltiparmak Feb 3, 2025
04d3c38
Remove unnecessary log
CihatAltiparmak Feb 4, 2025
981cdd3
Add new member to MapLocation
CihatAltiparmak Feb 4, 2025
49916be
Remove unnecessary header
CihatAltiparmak Feb 4, 2025
1afd7b4
Set the parameters footprint_clearing_enabled and restore_cleared_foo…
CihatAltiparmak Feb 4, 2025
a3fd80b
Merge branch 'ros-navigation:main' into fix/static_map
CihatAltiparmak Feb 4, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Set the parameters footprint_clearing_enabled and restore_cleared_foo…
…tprint enable in nav2_system_tests

Signed-off-by: CihatAltiparmak <[email protected]>
  • Loading branch information
CihatAltiparmak committed Feb 4, 2025
commit 1afd7b4997ffc11fe0e603c8c05f755a5d423e88
2 changes: 2 additions & 0 deletions nav2_system_tests/src/system/nav2_system_params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,8 @@ global_costmap:
static_layer:
plugin: "nav2_costmap_2d::StaticLayer"
map_subscribe_transient_local: True
footprint_clearing_enabled: True
restore_cleared_footprint: True
inflation_layer:
plugin: "nav2_costmap_2d::InflationLayer"
cost_scaling_factor: 3.0
Expand Down
Loading