fix(autoware_mission_planner_universe): make library name unique for goal_pose_visualizer#12386
Merged
mitsudome-r merged 1 commit intoautowarefoundation:mainfrom Mar 31, 2026
Conversation
|
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #12386 +/- ##
==========================================
+ Coverage 18.48% 18.92% +0.44%
==========================================
Files 1858 1895 +37
Lines 129162 130783 +1621
Branches 45965 48328 +2363
==========================================
+ Hits 23872 24749 +877
- Misses 85485 86824 +1339
+ Partials 19805 19210 -595
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
isamu-takagi
approved these changes
Mar 27, 2026
…goal_pose_visualizer Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp>
5 tasks
96b0691 to
c01719e
Compare
3 tasks
PanConChicharron
pushed a commit
to PanConChicharron/autoware.universe
that referenced
this pull request
Apr 6, 2026
…goal_pose_visualizer (autowarefoundation#12386) Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR resolves #12340.
We have autoware_mission_planner package in autoware_core which creates the library for goal_pose_visualizer with the same name as the one from autoware_mission_planner_universe package. This causes name clash when we use --merge-install option with colcon build.
This PR will change the library name so that we have unique library name.
Related links
goal_pose_visualizercrashes: class not found in libgoal_pose_visualizer_component.so in container universe-devel-cuda-1.7.1-jazzy-amd64 #12340How was this PR tested?
I built docker image locally and made sure that goal_pose_visualizer can be launched.
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.