Skip to content

Commit 1bb7a0e

Browse files
Update the argument descriptions for the service replay (#1608)
Signed-off-by: Barry Xu <barry.xu@sony.com>
1 parent b02142a commit 1bb7a0e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/design/rosbag2_record_replay_service.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,15 @@ Service information: Service: /xxx/xxx | Type: xxx/xxx/xxx | Request Count: XX |
125125
### Expand the 'play' command
126126

127127
Added or changed parameters:
128+
- `--publish-service-requests`
129+
130+
Send service requests based on recorded service introspection messages. By default, recorded service introspection messages will be published by service event topic.
131+
132+
- `--service-requests-source {service_introspection, client_introspection}`
133+
134+
Determine the source of the service request to be replayed. By default, the service request is from recorded service introspection message.
135+
This option only makes sense if the `--publish-service-requests` option is set.
136+
128137
- `--services ServiceName1 [ServiceName2 ...]`
129138

130139
Determine which service's requests are played.

0 commit comments

Comments
 (0)