gkjohnson / closed-chain-ik-js

A generalized inverse kinematics solver that supports closed chains for parallel kinematics systems, dynamic reconfiguration, and arbitrary joint configuration based on damped least squares error minimization techniques
https://gkjohnson.github.io/closed-chain-ik-js/dist/index.html
Apache License 2.0
177 stars 29 forks source link

Solver / ChainSolver : Provide option for excluding joints from the solve #73

Open gkjohnson opened 3 years ago

gkjohnson commented 3 years ago

For creating multiple systems that only solve for a piece of the system (ie solve for 5 leg goals / closures but not the 6th in the case of ATHLETE). Perhaps "Goals" should be provided as explicit roots?