-
Notifications
You must be signed in to change notification settings - Fork 34
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
Use rmw_qos_profile_unknown when adding entity to graph #28
Conversation
Signed-off-by: Ivan Santiago Paunovic <[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
Test results are in line with expected test failures when I'm going to merge the PR. FYI, @ivanpauno I think you can also run CI with just Connext selected if you want. The required fastrtps packages should be included even if EDIT: added link to old PR. |
Signed-off-by: Ivan Santiago Paunovic <[email protected]>
Some of the qos policies aren't shared during discovery (history).
Use
rmw_qos_profile_unknown
as the base profile, so users ofrmw_get_publishers_info_by_topic()
,rmw_get_subscriptions_info_by_topic()
can tell which policy was correctly filled by the middleware and which not.This was already the case in fastrtps.
Cyclonedds is also sharing
history
during discovery, so this is not an issue.We're also documenting this in ros2/rmw#308, because docs weren't clear in the past.