Skip to content

Commit

Permalink
[Design] Update record parameters (#1483)
Browse files Browse the repository at this point in the history
* [Design] Update record parameters

Signed-off-by: Barry Xu <[email protected]>

* Revise document regarding the misunderstood part.

Signed-off-by: Barry Xu <[email protected]>

---------

Signed-off-by: Barry Xu <[email protected]>
  • Loading branch information
Barry-Xu-2018 authored Oct 18, 2023
1 parent a80adfd commit 8216ea2
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions docs/design/rosbag2_record_replay_service.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The following criteria will be used to determine a service event topic:

### Expand the 'record' command

Add 5 parameters.
Added or changed parameters:

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

Expand All @@ -46,13 +46,17 @@ Add 5 parameters.

Record all service event topics.

- `--exclude-regex`

Rename from `--exclude`. Exclude topics and services containing provided regular expression.

- `--exclude-topics`

Rename from `--exclude`. Exclude topics containing provided regular expression.
List of topics not being recorded.

- `--exclude-services`

Exclude services containing provided regular expression.
List of services not being recorded.

The description of the relevant parameter behavior.

Expand All @@ -63,9 +67,10 @@ The description of the relevant parameter behavior.
| --all-topics | Record all topics. Hidden topics including service event topics are excluded. |
| --all-services | Only record all service event topics. |
| --include-hidden-topics | Record all hidden topics. Include service event topic. |
| --exclude-topics | Exclude topics containing provided regular expression. |
| --exclude-services | Exclude services containing provided regular expression. |
| -e REGEX, --regex REGEX | Record only topics and service containing provided regular expression. |
| --exclude-regex | Exclude topics and services containing provided regular expression. |
| --exclude-topics | List of topics not being recorded. |
| --exclude-services | List of services not being recorded. |
| -e REGEX, --exclude-regex REGEX | Record only topics and service containing provided regular expression. |

### Change output of 'Info' command

Expand Down

0 comments on commit 8216ea2

Please sign in to comment.