Skip to content

Commit

Permalink
Update Iron.rst (#455)
Browse files Browse the repository at this point in the history
* Update Iron.rst

add new type of multirobot simulation launch

* Update migration/Iron.rst

---------

Co-authored-by: Steve Macenski <stevenmacenski@gmail.com>
  • Loading branch information
hyunseok-yang and SteveMacenski authored Aug 16, 2023
1 parent abff75d commit 70a37ac
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions migration/Iron.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ Iron to Jazzy

Moving from ROS 2 Iron to Jazzy, a number of stability improvements were added that we will not specifically address here.

Introduce a new Multi-Robot Bringup Launch
******************************************

`PR #3572 <https://github.com/ros-planning/navigation2/pull/3572>`_ introduces a new way of bringup tb3 multi-robot that names as ``cloned_tb3_simulation_launch.py`` for simulation. ``cloned_tb3_simulation_launch.py`` enables to bring up multiple robots with same parameter that described in ``nav2_multirobot_param_all.yaml``. And multiple robots are separeted by namespaces which are given as a Launch Arguments.
Existing ``multi_tb3_simulation_launch.py`` which was utilized in previous is replaced with ``unique_tb3_simulation_launch.py``, allowing for multiple unique robot instances utilizing ``nav2_multirobot_params_<N>.yaml`` configuration files.


New option for the Voxel and Obstacle Layers
********************************************
`PR #3612 <https://github.com/ros-planning/navigation2/pull/3612>`_ adds a new MaxWithoutUnknownOverwrite option to combination_method parameter in Voxel and Obstacle Layers. This can be used to make sure that the static map is the dominant source of information, and
Expand Down

0 comments on commit 70a37ac

Please sign in to comment.