Skip to content

fix(autoware_mission_planner_universe): make library name unique for goal_pose_visualizer#12386

Merged
mitsudome-r merged 1 commit intoautowarefoundation:mainfrom
mitsudome-r:fix/make-library-name-unique
Mar 31, 2026
Merged

fix(autoware_mission_planner_universe): make library name unique for goal_pose_visualizer#12386
mitsudome-r merged 1 commit intoautowarefoundation:mainfrom
mitsudome-r:fix/make-library-name-unique

Conversation

@mitsudome-r
Copy link
Copy Markdown
Member

@mitsudome-r mitsudome-r commented Mar 26, 2026

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

How 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.

@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Mar 26, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 26, 2026

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

@mitsudome-r mitsudome-r added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Mar 26, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 18.92%. Comparing base (fe12efd) to head (c01719e).
⚠️ Report is 1 commits behind head on main.

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     
Flag Coverage Δ *Carryforward flag
daily 21.00% <ø> (ø) Carriedforward from fe12efd
daily-cuda 18.56% <ø> (ø) Carriedforward from fe12efd
daily-humble-amd64-cuda 18.44% <ø> (ø) Carriedforward from fe12efd
daily-humble-amd64-nocuda 20.96% <ø> (ø) Carriedforward from fe12efd
differential 2.45% <ø> (?)
total-cuda 18.56% <ø> (ø) Carriedforward from fe12efd
total-humble-cuda 18.44% <ø> (ø) Carriedforward from fe12efd

*This pull request uses carry forward flags. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

…goal_pose_visualizer

Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp>
@liuXinGangChina liuXinGangChina force-pushed the fix/make-library-name-unique branch from 96b0691 to c01719e Compare March 31, 2026 10:23
@mitsudome-r mitsudome-r merged commit 7bc268a into autowarefoundation:main Mar 31, 2026
62 checks passed
@github-project-automation github-project-automation bot moved this from To Triage to Done in Software Working Group Mar 31, 2026
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component:planning Route planning, decision-making, and navigation. (auto-assigned) run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

goal_pose_visualizer crashes: class not found in libgoal_pose_visualizer_component.so in container universe-devel-cuda-1.7.1-jazzy-amd64

2 participants