From 0081967d90f191225e57c17719c016caf97603f5 Mon Sep 17 00:00:00 2001 From: Steve Macenski Date: Fri, 6 Dec 2024 10:54:56 -0800 Subject: [PATCH] Update migration/Jazzy.rst Signed-off-by: Steve Macenski --- migration/Jazzy.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migration/Jazzy.rst b/migration/Jazzy.rst index 608dee53e..fef61808e 100644 --- a/migration/Jazzy.rst +++ b/migration/Jazzy.rst @@ -191,7 +191,7 @@ The ``local_namespace`` parameter has been removed and is now automatically set Parameters ``parent_namespace`` / ``use_sim_time`` both provide default values to maintain the ability of creating a ``Costmap2DROS`` object by just specifying a name. Option to disable collision checking in DriveOnHeading, BackUp and Spin Actions -********************************************************************************* +******************************************************************************* 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.