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

moveit2: fix move_group plugins not found issue #516

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

okvik
Copy link
Contributor

@okvik okvik commented Oct 23, 2024

This fixes the long-standing issue discussed in #264

Full credits for this code go to @khaninger with a big thanks to @Takishima for finding and sharing the actual issue.

I initially tried to recreate the approach suggested by @Takishima where various CMakeFiles.txt get patched but was unsuccessful as this caused other build failures that I had trouble solving, ultimately deciding on a straightforward approach that was already working for me (and apparently others) in practice.

This depends on #514 so when that gets merged I can rebase.

@okvik okvik changed the title Fix MoveIt2 move_group plugins not found issue moveit2: fix move_group plugins not found issue Oct 23, 2024
@kjeremy
Copy link
Contributor

kjeremy commented Oct 23, 2024

Should this be applied to all ros2 distros not just jazzy?

@okvik
Copy link
Contributor Author

okvik commented Oct 24, 2024

Should this be applied to all ros2 distros not just jazzy?

Likely. The issue exists from at least Humble and very likely the same fix would work.

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.

2 participants