-
Notifications
You must be signed in to change notification settings - Fork 27
Stubs for rmw_get_publishers_info_by_topic and rmw_get_subscriptions_info_by_topic #289
Stubs for rmw_get_publishers_info_by_topic and rmw_get_subscriptions_info_by_topic #289
Conversation
1993ca1
to
24c11f4
Compare
24c11f4
to
746e67c
Compare
It is, but the error is because this PR has not been merged and that PR is the one that defines the required structs needed for this one. I've updated the PR description to say the same. |
rmw_get_subscriptions_info_by_topic Signed-off-by: Jaison Titus <[email protected]>
746e67c
to
7ce2489
Compare
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.
Looks good.
Signed-off-by: Jaison Titus <[email protected]>
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.
I'm ok with adding the stubs temporally.
But please create an issue. The task should be completed before next release.
A similar PR is missing for https://github.com/ros2/rmw_cyclonedds/. |
Issue created here. |
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
Signed-off-by: Miaofei <[email protected]>
Signed-off-by: Miaofei <[email protected]>
// limitations under the License. | ||
|
||
#include "rmw/error_handling.h" | ||
#include "rmw/get_topic_info.h" |
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.
@mm318 CI I've ran failed because of the unupdated name.
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.
Oops, my editor somehow missed that file.
@ivanpauno, can you please run the CI again? Thanks!
Signed-off-by: Miaofei <[email protected]>
NOTE: DO NOT MERGE until rmw #186 and rmw_implementation #72 are merged.
Leaving stubs for
rmw_get_publishers_info_by_topic
andrmw_get_subscriptions_info_by_topic
as per discussion hereRelated to - aws-roadmap#94