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

Use a plugin for IK solvers #34

Open
wants to merge 9 commits into
base: admittance-controller-demo
Choose a base branch
from

Conversation

AndyZe
Copy link
Collaborator

@AndyZe AndyZe commented Oct 28, 2021

This creates a base class for differential IK plugins. The base class is called ik_plugin_base. The main reason we wanted to do this is to get the MoveIt dependency out of ros2_controllers. But, it will also allow anybody to easily write their own IK module.

So far, there is only one plugin available. I stashed it here but we could move it elsewhere.

An error is printed and ros2_control exits if the plugin can't be loaded, e.g. if the user typed the plugin name wrong.

I'd squash-merge this.

@AndyZe
Copy link
Collaborator Author

AndyZe commented Oct 28, 2021

Would you like me to run the auto-formatter now or do you want to take care of that later?

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