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

InverseKinematics: Fix multiple calls to add**(Target|Constraint) #479

Merged

Commits on Sep 10, 2018

  1. Fix multiple calls to add**(Target|Constraint)

    While the InverseKinematics library was designed to specify all the
    targets and constraints **before** the  first call to solve,
    apparently for some users it make sense to call again this method
    between solve, to change some aspects of the constraints.
    
    While this is not properly documented, this commit make sures
    that if the user uses the methods in this way, everything works fine.
    traversaro committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    e8be1c4 View commit details
    Browse the repository at this point in the history