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

Merged
merged 3 commits into from
Oct 13, 2024

Conversation

pac48
Copy link
Contributor

@pac48 pac48 commented Oct 9, 2024

Description

I think the plugin that are intended to be loaded by classloader or pluginlib should not be exported as the same exportset as the libraries that are intended to be dynamically linked. I ran into an issue where libmoveit_ompl_planner_plugin.so is being dynamically linked to libmoveit_default_planning_response_adapter_plugins.so, which breaks MultiLibraryClassLoader.

Signed-off-by: Paul Gesel <paul.gesel@picknik.ai>
@pac48 pac48 requested a review from sjahr October 10, 2024 16:14
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!

@pac48
Copy link
Contributor Author

pac48 commented Oct 11, 2024

Looks like a servo test failed. Is it flaky?

@sea-bass
Copy link
Contributor

Looks like a servo test failed. Is it flaky?

Yes. #3005 ... I couldn't figure out why after many attempts.

@sjahr
Copy link
Contributor

sjahr commented Oct 13, 2024

Not a blocker for this PR, just waited for CI to pass to be sure this PR doesn't introduce new issues 😅

@sjahr sjahr merged commit da38ad6 into moveit:main Oct 13, 2024
10 of 13 checks passed
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