Remove export of wrench_transformer_node (backport #2069)#2070
Merged
christophfroehlich merged 1 commit intohumblefrom Dec 11, 2025
Merged
Remove export of wrench_transformer_node (backport #2069)#2070christophfroehlich merged 1 commit intohumblefrom
christophfroehlich merged 1 commit intohumblefrom
Conversation
(cherry picked from commit 73bad72)
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## humble #2070 +/- ##
=======================================
Coverage 67.59% 67.59%
=======================================
Files 126 126
Lines 14376 14376
Branches 9144 9144
=======================================
Hits 9717 9717
- Misses 1402 1408 +6
+ Partials 3257 3251 -6
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
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.
It doesn't make sense to export an executable; this is causing issues when you add the packages as a dependency and use ament_auto
For example: https://github.com/ros2/geometry2/blob/9462cec08e5d01fcb54cfdf5abbcde0c31029ae8/tf2_ros/CMakeLists.txt#L115-L123
This is an automatic backport of pull request #2069 done by Mergify.