-
Notifications
You must be signed in to change notification settings - Fork 43
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
tweaks documentation #265
tweaks documentation #265
Conversation
Signed-off-by: Alejandro Hernández <ahcorde@gmail.com>
Codecov Report
@@ Coverage Diff @@
## main #265 +/- ##
=======================================
Coverage 89.06% 89.07%
=======================================
Files 51 51
Lines 4766 4769 +3
=======================================
+ Hits 4245 4248 +3
Misses 521 521
Continue to review full report at Codecov.
|
The poll() API with integer timeout is deprecated. Use std::chrono::duration instead. Signed-off-by: Steve Peters <scpeters@openrobotics.org>
I tried fixing some clang compiler warnings in 51df6a8, but for some reason it breaks the Ubuntu bionic action workflow (though it doesn't affect the jenkins build using bionic) |
@j-rivero any thoughts? |
Signed-off-by: Louise Poubel <louise@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.
CI is happy
Signed-off-by: Alejandro Hernández ahcorde@gmail.com
🦟 Bug fix
Summary
Some fixes to improve macos support.
I'm not able to compile
publisher_custom_msg
andsubscriber_custom_msgs
because of this error:any idea @scpeters ?
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge