Skip to content

Commit 74ccd6e

Browse files
authored
Fix counting error (#422)
1 parent 415199c commit 74ccd6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_docs/tutorials/programming_rcl_rclc/parameters/parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The parameter server uses five services and an optional publisher. These need to
8686
"-DRMW_UXRCE_MAX_NODES=1",
8787
"-DRMW_UXRCE_MAX_PUBLISHERS=1",
8888
"-DRMW_UXRCE_MAX_SUBSCRIPTIONS=0",
89-
"-DRMW_UXRCE_MAX_SERVICES=5",
89+
"-DRMW_UXRCE_MAX_SERVICES=6",
9090
"-DRMW_UXRCE_MAX_CLIENTS=0"
9191
]
9292
}

0 commit comments

Comments
 (0)