Skip to content

Commit

Permalink
Update Jazzy.rst
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Macenski <[email protected]>
  • Loading branch information
SteveMacenski authored Nov 26, 2024
1 parent 744160e commit 377c626
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions migration/Jazzy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,17 +134,16 @@ Removed global map_topic from Costmap node

In `PR #4715 <https://github.com/ros-navigation/navigation2/pull/4715>`_ the global `map_topic` parameter has been removed from the `Costmap2DROS` node. This parameterwas only used in the `StaticLayer` and should be defined as a parameter local to the `StaticLayer` instead, for example:

```
global_costmap:
.. code-block:: yaml
global_costmap:
ros__parameters:
[...]
# Not supported anymore
map_topic: my_map
static_layer:
plugin: "nav2_costmap_2d::StaticLayer"
map_subscribe_transient_local: True
# Do this instead
global_costmap:
ros__parameters:
[...]
# Not supported anymore
map_topic: my_map

```
static_layer:
plugin: "nav2_costmap_2d::StaticLayer"
map_subscribe_transient_local: True
# Do this instead
map_topic: my_map

0 comments on commit 377c626

Please sign in to comment.