Skip to content

Commit

Permalink
Fixed naming convention of service response topics in documentation (#…
Browse files Browse the repository at this point in the history
…144)

Signed-off-by: Christopher Wecht <[email protected]>
  • Loading branch information
cwecht authored Mar 12, 2024
1 parent eebc271 commit a127514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ ROS mangles topic names in the following way:

- Topics are prefixed with `rt`. e.g.: `/my/fully/qualified/ros/topic` is converted to `rt/my/fully/qualified/ros/topic`.
- The service request topics are prefixed with `rq` and suffixed with `Request`. e.g.: `/my/fully/qualified/ros/service` request topic is `rq/my/fully/qualified/ros/serviceRequest`.
- The service response topics are prefixed with `rr` and suffixed with `Response`. e.g.: `/my/fully/qualified/ros/service` response topic is `rr/my/fully/qualified/ros/serviceResponse`.
- The service response topics are prefixed with `rr` and suffixed with `Reply`. e.g.: `/my/fully/qualified/ros/service` response topic is `rr/my/fully/qualified/ros/serviceReply`.

### RMW_CONNEXT_INITIAL_PEERS

Expand Down

0 comments on commit a127514

Please sign in to comment.