fix(repositories): pin rviz_2d_overlay_plugins to 1.4.0#7020
Merged
Conversation
Upstream 1.4.1 ships a broken librviz_2d_overlay_plugins.so with undefined vtables, which breaks every RViz plugin in autoware_rviz_plugins that links it. Pin to the last known-good 1.4.0 under core/external/rviz_2d_overlay_plugins until upstream cuts a new release. See autowarefoundation/autoware_core#1031 for details. Signed-off-by: Mete Fatih Cırıt <[email protected]>
|
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
mitsudome-r
approved these changes
Apr 15, 2026
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.
rviz_2d_overlay_pluginsto1.4.0undercore/external/in repositories/autoware.repos.Why
Upstream
rviz_2d_overlay_plugins 1.4.1(shipped asros-jazzy-rviz-2d-overlay-plugins 1.4.1-1noble.20260412.050605onpackages.ros.org) has a broken AUTOMOC setup:librviz_2d_overlay_plugins.soends up with undefined vtables forOverlayTextDisplayandPieChartDisplay, which breaks every downstream RViz plugin that links it — includingrviz_plugins/Path,rviz_plugins/Trajectory,autoware_overlay_rviz_plugin/SignalDisplay, and several others acrossautoware_rviz_plugins. Upstream has merged the fix (teamspatzenhirn/rviz_2d_overlay_plugins#26) but not yet tagged a release (tracked at teamspatzenhirn/rviz_2d_overlay_plugins#27); pinning to the last known-good1.4.0unblocks everyone in the meantime.Test plan
V, notU):OverlayObject,OverlayTextDisplay,PieChartDisplay,ScopedPixelBufferall markedV.0.>=1.4.2and apt serves the fixed package.