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 #3227

Merged
merged 8 commits into from
Jan 13, 2025

Conversation

pac48
Copy link
Contributor

@pac48 pac48 commented Jan 11, 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.

@codecov-commenter
Copy link

codecov-commenter commented Jan 11, 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 45.63%. Comparing base (6595dee) to head (a28eb73).
Report is 1 commits behind head on main.

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

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3227      +/-   ##
==========================================
- Coverage   45.69%   45.63%   -0.05%     
==========================================
  Files         714      714              
  Lines       62299    62297       -2     
  Branches     7533     7530       -3     
==========================================
- Hits        28462    28425      -37     
- Misses      33669    33705      +36     
+ Partials      168      167       -1     

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

pac48 added 2 commits January 10, 2025 17:15
Signed-off-by: Paul Gesel <paul.gesel@picknik.ai>
…oveit2 into pr-remove-plugin-from-export-set
@pac48 pac48 marked this pull request as ready for review January 11, 2025 21:09
pac48 added 3 commits January 11, 2025 14:10
Signed-off-by: Paul Gesel <paul.gesel@picknik.ai>
Signed-off-by: Paul Gesel <paul.gesel@picknik.ai>
Signed-off-by: Paul Gesel <paul.gesel@picknik.ai>
@pac48 pac48 requested a review from sjahr January 11, 2025 23:16
@sea-bass sea-bass added backport-humble Mergify label that triggers a PR backport to Humble backport-jazzy Mergify label that triggers a PR backport to Jazzy labels Jan 12, 2025
Copy link
Contributor

@sjahr sjahr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense, thanks!

@sjahr sjahr added this pull request to the merge queue Jan 13, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 13, 2025
@EzraBrooks EzraBrooks merged commit b5eb4de into moveit:main Jan 13, 2025
9 checks passed
mergify bot pushed a commit that referenced this pull request Jan 13, 2025
* Remove plugins from export set

Signed-off-by: Paul Gesel <paul.gesel@picknik.ai>

* move more plugins to different export set

Signed-off-by: Paul Gesel <paul.gesel@picknik.ai>

* run pre-commit

Signed-off-by: Paul Gesel <paul.gesel@picknik.ai>

* remove plugins from moveit_kinematics export

Signed-off-by: Paul Gesel <paul.gesel@picknik.ai>

* do not link base interface to plugin in kinematics

Signed-off-by: Paul Gesel <paul.gesel@picknik.ai>

---------

Signed-off-by: Paul Gesel <paul.gesel@picknik.ai>
Co-authored-by: Sebastian Jahr <sebastian.jahr@picknik.ai>
(cherry picked from commit b5eb4de)

# Conflicts:
#	moveit_core/CMakeLists.txt
#	moveit_kinematics/CMakeLists.txt
#	moveit_kinematics/cached_ik_kinematics_plugin/CMakeLists.txt
#	moveit_ros/move_group/CMakeLists.txt
mergify bot pushed a commit that referenced this pull request Jan 13, 2025
* Remove plugins from export set

Signed-off-by: Paul Gesel <paul.gesel@picknik.ai>

* move more plugins to different export set

Signed-off-by: Paul Gesel <paul.gesel@picknik.ai>

* run pre-commit

Signed-off-by: Paul Gesel <paul.gesel@picknik.ai>

* remove plugins from moveit_kinematics export

Signed-off-by: Paul Gesel <paul.gesel@picknik.ai>

* do not link base interface to plugin in kinematics

Signed-off-by: Paul Gesel <paul.gesel@picknik.ai>

---------

Signed-off-by: Paul Gesel <paul.gesel@picknik.ai>
Co-authored-by: Sebastian Jahr <sebastian.jahr@picknik.ai>
(cherry picked from commit b5eb4de)
sjahr pushed a commit that referenced this pull request Jan 14, 2025
Signed-off-by: Paul Gesel <paul.gesel@picknik.ai>
Co-authored-by: Sebastian Jahr <sebastian.jahr@picknik.ai>
(cherry picked from commit b5eb4de)

Co-authored-by: Paul Gesel <paul.gesel@picknik.ai>
pac48 added a commit to pac48/moveit2 that referenced this pull request Jan 29, 2025
* Remove plugins from export set

Signed-off-by: Paul Gesel <paul.gesel@picknik.ai>

* move more plugins to different export set

Signed-off-by: Paul Gesel <paul.gesel@picknik.ai>

* run pre-commit

Signed-off-by: Paul Gesel <paul.gesel@picknik.ai>

* remove plugins from moveit_kinematics export

Signed-off-by: Paul Gesel <paul.gesel@picknik.ai>

* do not link base interface to plugin in kinematics

Signed-off-by: Paul Gesel <paul.gesel@picknik.ai>

---------

Signed-off-by: Paul Gesel <paul.gesel@picknik.ai>
Co-authored-by: Sebastian Jahr <sebastian.jahr@picknik.ai>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-humble Mergify label that triggers a PR backport to Humble backport-jazzy Mergify label that triggers a PR backport to Jazzy
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants