-
Notifications
You must be signed in to change notification settings - Fork 55
add content-filtered-topic interfaces #181
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
add content-filtered-topic interfaces #181
Conversation
fujitatomoya
left a comment
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.
LGTM with test.
i think it would be nice to add test for both interfaces, along with rmw_take.
at this moment, no implementation supports those interfaces. but once rmw_connextdds is merged, we can enable and adjust the test.
OK, I'll add this kind of test into |
79893f7 to
ca64b75
Compare
|
I have added some test cases in |
ca64b75 to
671a886
Compare
fa04ac8 to
0c8c819
Compare
|
@audrow @mjcarroll Could you review this PR. (asking cz i see your names as maintainer.) |
I'm planning to continue reviewing the PRs after I get concensus with the team about the plan mentioned in ros2/rmw#302 (comment). |
Signed-off-by: Chen Lihui <lihui.chen@sony.com>
remove constness for rmw_subscription because is_cft_supported might be updated Signed-off-by: Chen Lihui <lihui.chen@sony.com>
Signed-off-by: Chen Lihui <lihui.chen@sony.com>
Signed-off-by: Chen Lihui <lihui.chen@sony.com>
Signed-off-by: Chen Lihui <lihui.chen@sony.com>
Signed-off-by: Chen Lihui <lihui.chen@sony.com>
ca5e920 to
f780a03
Compare
asorbini
left a comment
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.
Test failures with rmw_connextdds should be resolved after adding a short sleep when changing the content filter.
Signed-off-by: Chen Lihui <lihui.chen@sony.com>
|
CI is green, i will merge this into mainline. |
Related to ros2/design#282 to add content-filtered-topic interfaces.