-
Notifications
You must be signed in to change notification settings - Fork 255
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
Don't warn for unknown types if topics are not selected #1466
Don't warn for unknown types if topics are not selected #1466
Conversation
Signed-off-by: Michael Orlov <michael.orlov@apex.ai>
Signed-off-by: Michael Orlov <michael.orlov@apex.ai>
01e79d6
to
216d70e
Compare
Rationale: To avoid irrelevant warning messages if topic name hasn't been selected by topic list or regex. Signed-off-by: Michael Orlov <michael.orlov@apex.ai>
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 to me with green CI.
Gist: https://gist.githubusercontent.com/MichaelOrlov/adcb2b4665fb508ad1eb5d0dfcbe33a2/raw/984aaa1ad42a47abc033e08b10fe00857e7085b0/ros2.repos |
https://github.com/Mergifyio backport iron |
✅ Backports have been created
|
https://github.com/Mergifyio backport humble |
✅ Backports have been created
|
* Don't warn for unknown types if topics are not in the list Signed-off-by: Michael Orlov <michael.orlov@apex.ai> * Add unit tests to verify regression Signed-off-by: Michael Orlov <michael.orlov@apex.ai> * Move checks for single type and hidden topics to the bottom Rationale: To avoid irrelevant warning messages if topic name hasn't been selected by topic list or regex. Signed-off-by: Michael Orlov <michael.orlov@apex.ai> --------- Signed-off-by: Michael Orlov <michael.orlov@apex.ai> (cherry picked from commit bf4038d)
* Don't warn for unknown types if topics are not in the list Signed-off-by: Michael Orlov <michael.orlov@apex.ai> * Add unit tests to verify regression Signed-off-by: Michael Orlov <michael.orlov@apex.ai> * Move checks for single type and hidden topics to the bottom Rationale: To avoid irrelevant warning messages if topic name hasn't been selected by topic list or regex. Signed-off-by: Michael Orlov <michael.orlov@apex.ai> --------- Signed-off-by: Michael Orlov <michael.orlov@apex.ai> (cherry picked from commit bf4038d)
* Don't warn for unknown types if topics are not in the list Signed-off-by: Michael Orlov <michael.orlov@apex.ai> * Add unit tests to verify regression Signed-off-by: Michael Orlov <michael.orlov@apex.ai> * Move checks for single type and hidden topics to the bottom Rationale: To avoid irrelevant warning messages if topic name hasn't been selected by topic list or regex. Signed-off-by: Michael Orlov <michael.orlov@apex.ai> --------- Signed-off-by: Michael Orlov <michael.orlov@apex.ai> (cherry picked from commit bf4038d) Co-authored-by: Michael Orlov <michael.orlov@apex.ai>
* Don't warn for unknown types if topics are not in the list Signed-off-by: Michael Orlov <michael.orlov@apex.ai> * Add unit tests to verify regression Signed-off-by: Michael Orlov <michael.orlov@apex.ai> * Move checks for single type and hidden topics to the bottom Rationale: To avoid irrelevant warning messages if topic name hasn't been selected by topic list or regex. Signed-off-by: Michael Orlov <michael.orlov@apex.ai> --------- Signed-off-by: Michael Orlov <michael.orlov@apex.ai> (cherry picked from commit bf4038d) Co-authored-by: Michael Orlov <michael.orlov@apex.ai>
This pull request has been mentioned on ROS Discourse. There might be relevant details there: https://discourse.ros.org/t/ros-2-tsc-meeting-minutes-2023-09-21/33733/1 |
Move the check for the unknown types to the bottom of the checks in the topic_filter