-
Notifications
You must be signed in to change notification settings - Fork 47
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 functions to get qos policies for publishers and subscribers to a topic #72
Added functions to get qos policies for publishers and subscribers to a topic #72
Conversation
The build will fail until this is approved. |
ad83a29
to
6282daa
Compare
@ivanpauno Related to this |
- rmw_get_publishers_info_by_topic to get the qos policies for publishers to a topic - rmw_get_subscriptions_info_by_topic to a get the qos policies for subscriptions to a topic Signed-off-by: Jaison Titus <[email protected]>
rmw_get_subscriptions_info_by_topic to RMW_RET_UNSUPPORTED. - Added a rmw_reset_error_msg() after GET_SYMBOL() to above two functions to prevent a display of "Error message being replaced. Called rcultils_reset_error() after error handling". Signed-off-by: Jaison Titus <[email protected]>
6282daa
to
6dd0abf
Compare
Signed-off-by: Jaison Titus <[email protected]>
bcb3e99
to
9879583
Compare
Signed-off-by: Jaison Titus <[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.
LGTM too
@hidmic @ivanpauno lets get this merged please :) |
I'm sorry, but I don't see any value in merging this until the comments in |
Whoops, jumped the boat early on this one, thought it was an earlier PR. My bad!! |
Signed-off-by: Miaofei <[email protected]>
As a part of implementing this feature. The RMW layer needs to expose apis to retrieve a list of publishers and subscribers along with their QoS policies for a given topic.
a topic
a topic
Merge this PR after this is approved as the new functions depend on the newly created structure
rmw_participants_t