Skip to content

Get tip frames from joint model group in kinematics plugin loader #3542

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Eruvae
Copy link

@Eruvae Eruvae commented Jul 31, 2025

The current implementation of the kinematics plugin loader assumes that the joint model group is a chain and just passes the last link to the kinematics plugin. When trying to create a kinematics plugin for groups with multiple end effectors, it therefore incorrectly only gets one of the end effectors in its initialize method.

I changed the chooseTipFrames method to instead call getEndEffectorTips on the joint model group, which handles groups with multiple end effectors. I kept the old method as a fallback.

- enables multiple tip frames for groups with multiple end effectors
- uses old method (last link in chain) as fallback
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.

1 participant