-
Notifications
You must be signed in to change notification settings - Fork 178
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
Incorrect dependency export of pluginlib #293
Comments
Signed-off-by: Christian Henkel <christian.henkel2@de.bosch.com>
Hi @ksuszka. Thanks for reporting the issue. |
Yes, adding pluginlib explicitly solves the problem. And I've just checked that ros2 branch compiled on ros:rolling image is also affected (and it has the same commit). |
Signed-off-by: Christian Henkel <christian.henkel2@de.bosch.com>
You are absolutely right. 👍 |
Yes, I can confirm that #294 compiled on the latest ros:rolling and ros:humble images fixes the issue. Thanks for addressing this! |
Thanks for the confirmation |
A few days ago our code which uses diagnostic_aggregator stopped compiling. After some digging it seems that the latest release of humble pacakges (20230221) includes this change which breaks packages with a dependency on the diagnostic_aggregator.
Here is a command to reproduce this error using docker (it creates an empty package with a dependency on the diagnostic_aggregator loaded through ament_cmake_auto helpers):
Running this command fails with the error:
Changing ROS_VERSION to galactic in the first line makes it finish successfully.
The text was updated successfully, but these errors were encountered: