diff --git a/configuration/packages/collision_monitor/configuring-collision-monitor-node.rst b/configuration/packages/collision_monitor/configuring-collision-monitor-node.rst index 6638adba73..84e42f943b 100644 --- a/configuration/packages/collision_monitor/configuring-collision-monitor-node.rst +++ b/configuration/packages/collision_monitor/configuring-collision-monitor-node.rst @@ -256,6 +256,17 @@ Polygons parameters Description: Topic to listen the robot footprint from. Applicable only for ``polygon`` type and ``approach`` action type. If both ``points`` and ``footprint_topic`` are specified, the static ``points`` takes priority. +:````.polygon_subscribe_transient_local: + + ============== =================================== + Type Default + -------------- ----------------------------------- + bool False + ============== =================================== + + Description: + QoS durability setting for the incoming polygon or footprint topic subscription. + :````.radius: ============== ============================= diff --git a/migration/Iron.rst b/migration/Iron.rst index 5cf6888611..e4542fb171 100644 --- a/migration/Iron.rst +++ b/migration/Iron.rst @@ -294,3 +294,8 @@ New BtActionServer/BtNavigator parameter `PR #4209 `_ introduces a new boolean parameter ``always_reload_bt_xml``, which enables the possibility to always reload a requested behavior tree XML description, regardless of the currently active XML. This allows keeping the action server running while changing/developing the XML description. + +New collision monitor parameter +******************************* + +`PR #4207 `_ introduces a new boolean parameter ``polygon_subscribe_transient_local`` (value is false by default), which set the QoS durability for polygon topic or footprint topic subscription.