Skip to content

Commit ad2c21f

Browse files
author
Tony Najjar
authored
add docs (#339)
1 parent c201a1c commit ad2c21f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

migration/Humble.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ Moving from ROS 2 Humble to Iron, a number of stability improvements were added
88
Added Collision Monitor
99
***********************
1010
`PR 2982 <https://github.com/ros-planning/navigation2/pull/2982>`_ adds new safety layer operating independently of Nav2 stack which ensures the robot to control the collisions with near obstacles, obtained from different sensors (LaserScan, PointCloud, IR, Sonars, etc...). See :ref:`configuring_collision_monitor` for more details. It is not included in the default bringup batteries included from ``nav2_bringup``.
11+
12+
Removed use_sim_time from yaml
13+
******************************
14+
`PR #3131 <https://github.com/ros-planning/navigation2/pull/3131>`_ makes it possible to set the use_sim_time parameter from the launch file for multiple nodes instead of individually via the yaml files. If using the Nav2 launch files, you can optionally remove the use_sim_time parameter from your yaml files and set it via a launch argument.

0 commit comments

Comments
 (0)