-
Notifications
You must be signed in to change notification settings - Fork 300
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
Fix logging for updated rclcpp interface #303
Conversation
Signed-off-by: Michael Carroll <michael@openrobotics.org>
Signed-off-by: Michael Carroll <michael@openrobotics.org> Co-authored-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
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 think Clang will raise a warning with the change that's been made. I've suggested two alternatives.
Also, this is an expected side effect. After ros2/rclcpp#1442, the logging macros only accept |
Signed-off-by: Michael Carroll <michael@openrobotics.org>
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, with green CI!
Signed-off-by: Michael Carroll <michael@openrobotics.org>
* Fix logging for updated rclcpp interface Signed-off-by: Michael Carroll <michael@openrobotics.org> * Update src/bridge.cpp Signed-off-by: Michael Carroll <michael@openrobotics.org> Co-authored-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com> * Update to pass char * Signed-off-by: Michael Carroll <michael@openrobotics.org> * Uncrustify Signed-off-by: Michael Carroll <michael@openrobotics.org> Co-authored-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
This has caused failures in the nightly jobs on platforms where ros1_bridge is built.
I believe that it is related to this PR: ros2/rclcpp#1442
@audrow Can you confirm that this was an expected side effect?