-
Notifications
You must be signed in to change notification settings - Fork 526
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
Feature/noetic python support #508
Feature/noetic python support #508
Conversation
Notably: - Add missing member initializations. - Add missing override specifiers. - Hacky cast for the 16 bit AVR float logic.
I guess this is still an omnibus in the way that #480 was, but at this point pragmatism should carry the day. Please also re-enable the python_socket test here, and if that passes clean on Noetic CI, then we're good to go: rosserial/rosserial_test/CMakeLists.txt Line 47 in 04ddab7
|
Thank you for the information. |
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.
The PR currently silences a warning about undefined behavior without actually fixing it. The portable way is std::memcpy
.
Thank you for checking and merging. |
Thank you for the work rebasing this branch and putting up the PR. |
The commits are cherry picked by theseankelly to noetic-turtlebot branch branch from gcc7-fixes branch.