Skip to content

Commit

Permalink
Update the argument descriptions for the service replay (#1608)
Browse files Browse the repository at this point in the history
Signed-off-by: Barry Xu <barry.xu@sony.com>
  • Loading branch information
Barry-Xu-2018 authored Apr 13, 2024
1 parent b02142a commit 1bb7a0e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/design/rosbag2_record_replay_service.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,15 @@ Service information: Service: /xxx/xxx | Type: xxx/xxx/xxx | Request Count: XX |
### Expand the 'play' command

Added or changed parameters:
- `--publish-service-requests`

Send service requests based on recorded service introspection messages. By default, recorded service introspection messages will be published by service event topic.

- `--service-requests-source {service_introspection, client_introspection}`

Determine the source of the service request to be replayed. By default, the service request is from recorded service introspection message.
This option only makes sense if the `--publish-service-requests` option is set.

- `--services ServiceName1 [ServiceName2 ...]`

Determine which service's requests are played.
Expand Down

0 comments on commit 1bb7a0e

Please sign in to comment.