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 <cihataltiparmak1@gmail.com>
* Fixed some bugs and removed the unnecessary variables from class
Signed-off-by: CihatAltiparmak <cihataltiparmak1@gmail.com>
* Keep the branch updated with main
Signed-off-by: CihatAltiparmak <cihataltiparmak1@gmail.com>
* Called off API changes in costmap, added "restore_outdated_footprint"
Signed-off-by: CihatAltiparmak <cihataltiparmak1@gmail.com>
* Added the documentation for the new methods in static layer
Signed-off-by: CihatAltiparmak <cihataltiparmak1@gmail.com>
* Make CI happy
Signed-off-by: CihatAltiparmak <cihataltiparmak1@gmail.com>
* Apply suggestions and minimize diffs
Signed-off-by: CihatAltiparmak <cihataltiparmak1@gmail.com>
* Fix ament_cpp_lint
Signed-off-by: CihatAltiparmak <cihataltiparmak1@gmail.com>
* Revert changes in the method updateFootprint
Signed-off-by: CihatAltiparmak <cihataltiparmak1@gmail.com>
* Used cached data to restore map and broken up setConvexPolygonCost into two methods
Signed-off-by: CihatAltiparmak <cihataltiparmak1@gmail.com>
* Rename newly added methods
Signed-off-by: CihatAltiparmak <cihataltiparmak1@gmail.com>
* Added restore_outdated_map parameter
Signed-off-by: CihatAltiparmak <cihataltiparmak1@gmail.com>
* Make CI happy
Signed-off-by: CihatAltiparmak <cihataltiparmak1@gmail.com>
* 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 <cihataltiparmak1@gmail.com>
* Remove unnecessary log
Signed-off-by: CihatAltiparmak <cihataltiparmak1@gmail.com>
* Add new member to MapLocation
Signed-off-by: CihatAltiparmak <cihataltiparmak1@gmail.com>
* Remove unnecessary header
Signed-off-by: CihatAltiparmak <cihataltiparmak1@gmail.com>
* Set the parameters footprint_clearing_enabled and restore_cleared_footprint enable in nav2_system_tests
Signed-off-by: CihatAltiparmak <cihataltiparmak1@gmail.com>
---------
Signed-off-by: CihatAltiparmak <cihataltiparmak1@gmail.com>
0 commit comments