-
Notifications
You must be signed in to change notification settings - Fork 253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added exclude-topic-types to record #1582
Conversation
|
@ahcorde after the rebase, i am happy to review this. |
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
1ef6e9d
to
5e3ac5e
Compare
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
@fujitatomoya ready for review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
implementation looks good to me.
@ahcorde could you share your use case for these include
and exclude
topic types?
IMO, currently we can have topic with single type, right? so having the topic options would be good enough for the user configuration. are these extended options for supporting multiple types on a single topic? so that user can filter the specific topic types for the topic? i am curious about the use case. thanks in advance.
Imaging that I have a decent amount of cameras running and I just want to avoid include all of them, with the exclude topic types, it's quite easy to do it, then I can analize my data easily And the opposite for the other argument, I have a lot topics publishing but I only want to record my cameras, because I want to rerun my algorithm based on cameras. does it make sense ? |
@MichaelOrlov are you fine with this PR ? |
@ros-pull-request-builder retest this please |
friendly ping @MichaelOrlov |
@ahcorde Sorry for the delay. Was busy with other PRs and issues. |
@ahcorde I see some changes in the API in the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ahcorde Overall looks good among one finding in tests and one nitpick.
…clude_by_topic_type
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ahcorde Thanks. LGTM with green CI.
Same idea as this PR #1577 but in this case exclude by topic type
build on top of the mentioned PR