You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed the problem of static layer not restoring old map values for footprint (#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]>
0 commit comments