forked from ros-navigation/navigation2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed the problem of static layer not restoring old map values for fo…
…otprint (ros-navigation#4824) * Fix Signed-off-by: CihatAltiparmak <[email protected]> * Fixed some bugs and removed the unnecessary variables from class Signed-off-by: CihatAltiparmak <[email protected]> * Keep the branch updated with main Signed-off-by: CihatAltiparmak <[email protected]> * Called off API changes in costmap, added "restore_outdated_footprint" Signed-off-by: CihatAltiparmak <[email protected]> * Added the documentation for the new methods in static layer Signed-off-by: CihatAltiparmak <[email protected]> * Make CI happy Signed-off-by: CihatAltiparmak <[email protected]> * Apply suggestions and minimize diffs Signed-off-by: CihatAltiparmak <[email protected]> * Fix ament_cpp_lint Signed-off-by: CihatAltiparmak <[email protected]> * Revert changes in the method updateFootprint Signed-off-by: CihatAltiparmak <[email protected]> * Used cached data to restore map and broken up setConvexPolygonCost into two methods Signed-off-by: CihatAltiparmak <[email protected]> * Rename newly added methods Signed-off-by: CihatAltiparmak <[email protected]> * Added restore_outdated_map parameter Signed-off-by: CihatAltiparmak <[email protected]> * Make CI happy Signed-off-by: CihatAltiparmak <[email protected]> * Changed the name of the newly added parameter - changed the name of the new param - fixed bug in the setConvexPolygonCost - Used reserve method of the vector instances - Added checks in dynamic parameter update. Signed-off-by: CihatAltiparmak <[email protected]> * Remove unnecessary log Signed-off-by: CihatAltiparmak <[email protected]> * Add new member to MapLocation Signed-off-by: CihatAltiparmak <[email protected]> * Remove unnecessary header Signed-off-by: CihatAltiparmak <[email protected]> * Set the parameters footprint_clearing_enabled and restore_cleared_footprint enable in nav2_system_tests Signed-off-by: CihatAltiparmak <[email protected]> --------- Signed-off-by: CihatAltiparmak <[email protected]>
- Loading branch information
1 parent
f3ef5d4
commit 088c423
Showing
5 changed files
with
85 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters