Skip to content

Commit 644c574

Browse files
Clarify some descriptions a bit better (#242) (#243)
(cherry picked from commit fa98772) Co-authored-by: Amilcar Lucas <amilcar.lucas@iav.de>
1 parent 10c440d commit 644c574

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ All the configurable parameters are:
3636
| RMW_UXRCE_MAX_HISTORY | This value sets the number of history slots available for RMW subscriptions, </br> requests and replies | 8 |
3737
| RMW_UXRCE_MAX_SESSIONS | This value sets the maximum number of Micro XRCE-DDS sessions. | 1 |
3838
| RMW_UXRCE_MAX_NODES | This value sets the maximum number of nodes. | 4 |
39-
| RMW_UXRCE_MAX_PUBLISHERS | This value sets the maximum number of publishers for an application. | 4 |
40-
| RMW_UXRCE_MAX_SUBSCRIPTIONS | This value sets the maximum number of subscriptions for an application. | 4 |
41-
| RMW_UXRCE_MAX_SERVICES | This value sets the maximum number of services for an application. | 4 |
42-
| RMW_UXRCE_MAX_CLIENTS | This value sets the maximum number of clients for an application. | 4 |
39+
| RMW_UXRCE_MAX_PUBLISHERS | This value sets the maximum number of topic publishers for an application. | 4 |
40+
| RMW_UXRCE_MAX_SUBSCRIPTIONS | This value sets the maximum number of topic subscriptions for an application. | 4 |
41+
| RMW_UXRCE_MAX_SERVICES | This value sets the maximum number of service servers for an application. | 4 |
42+
| RMW_UXRCE_MAX_CLIENTS | This value sets the maximum number of service clients for an application. | 4 |
4343
| RMW_UXRCE_MAX_TOPICS | This value sets the maximum number of topics for an application. </br> If set to -1 RMW_UXRCE_MAX_TOPICS = RMW_UXRCE_MAX_PUBLISHERS + </br> RMW_UXRCE_MAX_SUBSCRIPTIONS + RMW_UXRCE_MAX_NODES. | -1 |
4444
| RMW_UXRCE_MAX_WAIT_SETS | This value sets the maximum number of wait sets for an application. | 4 |
4545
| RMW_UXRCE_MAX_GUARD_CONDITION | This value sets the maximum number of guard conditions for an application. | 4 |

0 commit comments

Comments
 (0)