k
k copied to clipboard
fix: fix ik bug with ignored joints and available_dofs = required_dofs
I found a bug related to solving inverse kinematics of a chain with ignored joints such that the available_dofs = required_dofs. This PR solves it. I added a unit test as well.