You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,10 +36,10 @@ All the configurable parameters are:
36
36
| RMW_UXRCE_MAX_HISTORY | This value sets the number of history slots available for RMW subscriptions, </br> requests and replies | 8 |
37
37
| RMW_UXRCE_MAX_SESSIONS | This value sets the maximum number of Micro XRCE-DDS sessions. | 1 |
38
38
| 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 |
43
43
| 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 |
44
44
| RMW_UXRCE_MAX_WAIT_SETS | This value sets the maximum number of wait sets for an application. | 4 |
45
45
| RMW_UXRCE_MAX_GUARD_CONDITION | This value sets the maximum number of guard conditions for an application. | 4 |
0 commit comments