Skip to content
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

Remove plugins from export set (backport #3227) #3242

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Jan 13, 2025

Description

Plugins that are intended to be loaded by classloader or pluginlib should not be in export sets that ament_export_targets is called on. This can cause plugins to fail to load.


This is an automatic backport of pull request #3227 done by Mergify.

* Remove plugins from export set

Signed-off-by: Paul Gesel <[email protected]>

* move more plugins to different export set

Signed-off-by: Paul Gesel <[email protected]>

* run pre-commit

Signed-off-by: Paul Gesel <[email protected]>

* remove plugins from moveit_kinematics export

Signed-off-by: Paul Gesel <[email protected]>

* do not link base interface to plugin in kinematics

Signed-off-by: Paul Gesel <[email protected]>

---------

Signed-off-by: Paul Gesel <[email protected]>
Co-authored-by: Sebastian Jahr <[email protected]>
(cherry picked from commit b5eb4de)
@codecov-commenter
Copy link

codecov-commenter commented Jan 13, 2025

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 44.18%. Comparing base (7456556) to head (5de81e7).
Report is 1 commits behind head on jazzy.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##            jazzy    #3242      +/-   ##
==========================================
+ Coverage   44.18%   44.18%   +0.01%     
==========================================
  Files         698      698              
  Lines       61587    61587              
  Branches     7460     7460              
==========================================
+ Hits        27203    27204       +1     
  Misses      34216    34216              
+ Partials      168      167       -1     

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

@sea-bass sea-bass requested review from pac48 and sjahr January 13, 2025 23:38
@sjahr sjahr merged commit b1c45fd into jazzy Jan 14, 2025
7 checks passed
@sjahr sjahr deleted the mergify/bp/jazzy/pr-3227 branch January 14, 2025 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants