Skip to content

Commit 72916d3

Browse files
committed
Fix pre-commit
1 parent b1fe2f5 commit 72916d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

force_torque_sensor_broadcaster/doc/userdoc.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ This controller uses the `generate_parameter_library <https://github.com/PickNik
2020
The interfaces can be defined in two ways, using the ``sensor_name`` or the ``interface_names`` parameter:
2121
Those two parameters cannot be defined at the same time.
2222

23-
The filter chain is configured as a sequential list of filters under the `sensor_filter_chain` parameter, where each filter is identified by the key `filterN`, with `N` representing its position in the chain (e.g., `filter1`, `filter2`, etc.).
24-
Each filter entry must specify the `name` and `type` of the plugin, along with any additional parameters required by that specific filter plugin. The chain will use the `pluginlib <https://github.com/ros/pluginlib>`_ library to load each filter at runtime,
23+
The filter chain is configured as a sequential list of filters under the ``sensor_filter_chain`` parameter, where each filter is identified by the key ``filterN``, with ``N`` representing its position in the chain (e.g., ``filter1``, ``filter2``, etc.).
24+
Each filter entry must specify the ``name`` and ``type`` of the plugin, along with any additional parameters required by that specific filter plugin. The chain will use the `pluginlib <https://github.com/ros/pluginlib>`_ library to load each filter at runtime,
2525
passing the specified parameters.
2626

2727
The chain processes the data sequentially, passing the output of one filter as the input to the next.

0 commit comments

Comments
 (0)