-
Notifications
You must be signed in to change notification settings - Fork 58
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
Mismatched namespace of LoggerLevelConfigure #288
Comments
@youtalk Need help. |
@NorahXiong Is there a link to failing CI? |
https://github.com/autowarefoundation/autoware_core/actions/runs/13941474517/job/39019002722?pr=289 |
I think it will be resolved by bumping up I will do it. |
The latest @NorahXiong You need to include |
Checklist
Description
Link error occurred in the unit test after splitting the autoware_utils_logging package.
It could be fixed by modifying the namespace and dependence but the build will fail as the build_depends.repos is abandoned while the split packages have not been deployed in the container yet.
Mismatched namespace: https://github.com/autowarefoundation/autoware_core/blob/main/localization/autoware_ekf_localizer/include/autoware/ekf_localizer/ekf_localizer.hpp#L113
undefined symbol: _ZN22autoware_utils_logging20LoggerLevelConfigureC1EPN6rclcpp4NodeE (./libautoware_ekf_localizer.so)
Expected behavior
All tests can pass.
Actual behavior
Test action failed due to link errors.
Steps to reproduce
Versions
No response
Possible causes
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: