Added incompatible event support to ros2 topic echo and ros2 topic pub#410
Merged
ivanpauno merged 4 commits intoros2:masterfrom Apr 1, 2020
Merged
Conversation
14 tasks
6d2aa02 to
addbb81
Compare
Signed-off-by: Jaison Titus <jaisontj92@gmail.com>
addbb81 to
2bf2cbf
Compare
Signed-off-by: Miaofei <miaofei@amazon.com>
Member
|
@jaisontj, @ivanpauno, @wjwwood, can any of you bring this pull request out of draft mode? |
ivanpauno
approved these changes
Mar 25, 2020
Member
ivanpauno
left a comment
There was a problem hiding this comment.
Left some minor comments, LGTM!
Signed-off-by: Miaofei <miaofei@amazon.com>
ivanpauno
approved these changes
Mar 26, 2020
ivanpauno
approved these changes
Mar 31, 2020
Signed-off-by: Miaofei <miaofei@amazon.com>
Contributor
|
This change calls Is there a way that the publisher is called only once? Meaning, can the QoS event checked somewhat before creating a publisher? |
This was referenced Apr 28, 2020
Member
|
We could add an option to |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Depends on ros2/rclpy:459
Related to the feature discussed here. This PR handles the
ON_REQUESTED_INCOMPATIBLE_QOSandON_OFFERED_INCOMPATIBLE_QOScallback events onros2 topic echoandros2 topic pubcommands respectively.This way, users now will get a warning when they
echo/pubto a topic with incompatible QoS Policies.Signed-off-by: Jaison Titus jaisontj92@gmail.com