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

Fix reference to local variable #108

Open
wants to merge 2 commits into
base: indigo-devel
Choose a base branch
from

Conversation

jfdupuis
Copy link

@jfdupuis jfdupuis commented Mar 3, 2020

KDL::ChainFkSolverPos_recursive is holding a reference to the
KDL::Chain and should be passed a chain that is owned by SNSPositionIK

jfdupuis added 2 commits March 3, 2020 14:49
KDL::ChainFkSolverPos_recursive is holding a reference to the
KDL::Chain and should be passed a chain that is owned by SNSPositionIK
This avoid ChainIkSolverPos_NR_JL::CartToJnt to complain about mismatch size.
@forrest-rm
Copy link
Contributor

This simple change looks good to me. @IanTheEngineer, should we close some of these pull-requests?

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