From 1a9891aa042b85fc70d484739b58ca45158eb3be Mon Sep 17 00:00:00 2001 From: alexander Date: Wed, 11 Dec 2024 15:12:34 -0800 Subject: [PATCH] updated Migration wording --- migration/Jazzy.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/migration/Jazzy.rst b/migration/Jazzy.rst index 933944b26..a34655d89 100644 --- a/migration/Jazzy.rst +++ b/migration/Jazzy.rst @@ -203,5 +203,4 @@ Default value: New Plugin Container Layer ************************** -In `PR #4785 `_ a new boolean parameter named `disable_collision_checks` was added to the `DriveOnHeading`, `BackUp` and `Spin` actions to optionally disable collision checking. This can be useful, for example, in cases where you want to move the robot even in the presence of known obstacles. - +In `PR #4781 `_ a costmap layer plugin type was added to support the grouping of different costmap layers under a single costmap layer. This would allow for different isolated combinations of costmap layers to be combined under one parent costmap instead of the current implementation which would indiscriminately combine all costmap layers together.