-
Notifications
You must be signed in to change notification settings - Fork 649
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
fix(tier4_dummy_object_rviz_plugin): fix missing dependency #9306
fix(tier4_dummy_object_rviz_plugin): fix missing dependency #9306
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
NOTE: It's used in this line for example: autoware.universe/simulator/tier4_dummy_object_rviz_plugin/src/tools/interactive_object.hpp Line 67 in 3a92654
|
Signed-off-by: Esteve Fernandez <[email protected]>
01ba2d5
to
e0261a8
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9306 +/- ##
=======================================
Coverage 29.19% 29.19%
=======================================
Files 1333 1333
Lines 102795 102795
Branches 39870 39870
=======================================
Hits 30008 30008
Misses 69926 69926
Partials 2861 2861
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@mitsudome-r could you merge this PR? It's so that the CI can build packages again. Thanks. |
Description
tier4_dummy_object_rviz_plugin
uses Boost, but it hasn't been declared as a dependency inpackage.xml
Related links
Parent Issue:
https://github.com/autowarefoundation/autoware-deb-packages/actions/runs/11663346804/job/32471666820?pr=101
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.