Skip to content

Commit f04b972

Browse files
authored
[publishers_and_subscribers.rst] Fixed typo in QoS description.
1 parent 8407c62 commit f04b972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/publishers_and_subscribers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The publisher must be created with the :code:`Node.create_publisher(...)` method
8888
+--------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+
8989
|:code:`topic` | The topic through which the communication will occur. Can be arbitrarily chosen, but to make sense :code:`/amazing_quote`. |
9090
+--------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+
91-
|:code:`qos_profile` | The simplest interpretation for this parameter is the number of messages that will be stored in the :code:`spin(...)` takes too long to process them. |
91+
|:code:`qos_profile` | The simplest interpretation for this parameter is the maximum number of messages that will be stored in a buffer if your node (including :code:`spin(...)`) takes too long to process them. |
9292
| | (See more on `docs for QoSProfile <https://docs.ros.org/en/humble/Concepts/About-Quality-of-Service-Settings.html>`_.) |
9393
+--------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+
9494

0 commit comments

Comments
 (0)