-
Notifications
You must be signed in to change notification settings - Fork 44
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
Fixes for ros2/rcl PR #882 #66
Conversation
Signed-off-by: Nordmann Arne (CR/ADT3) <arne.nordmann@de.bosch.com>
Signed-off-by: Nordmann Arne (CR/ADT3) <arne.nordmann@de.bosch.com>
Signed-off-by: Nordmann Arne (CR/ADT3) <arne.nordmann@de.bosch.com>
Signed-off-by: Nordmann Arne (CR/ADT3) <arne.nordmann@de.bosch.com>
This PR is fixing rclc for rolling. Also, it is building against rcl master now, no longer against the latest rcl package. This should make us react to RCL changes quicker in the future. The PR is ready to merge, IMHO, but:
|
Since this breaks the API I have changed all the |
regarding @norro 's comment:
Hmm,
|
|
Ok from my part, merge if you both are ok |
Why does this PR not build for Rolling on the ros2 build farm? @norro could you check this? |
I don't know much about the configuration of the ROS 2 build farm and how this connects to github. |
there is only one compiler warning, which needs to be fixed: https://build.ros2.org/job/Rpr__rclc__ubuntu_focal_amd64/90/gcc/
https://build.ros2.org/job/Rpr__rclc__ubuntu_focal_amd64/90/consoleText |
Signed-off-by: Jan Staschulat <jan.staschulat@de.bosch.com>
|
Fixes following API changes in ros2/rcl#882.
Signed-off-by: Nordmann Arne (CR/ADT3) arne.nordmann@de.bosch.com