sns_ik icon indicating copy to clipboard operation
sns_ik copied to clipboard

Add technical reference for the position IK solver

Open MatthewPeterKelly opened this issue 7 years ago • 1 comments

The position IK solver works by using gradient descent combined with a barrier function. It would be great if we had some sort of technical reference to go over this math in detail.

MatthewPeterKelly avatar May 03 '18 20:05 MatthewPeterKelly

Two quick notes:

  1. The code pull-request for this is #33
  2. It seems like I based the decaying logarithmic barrier function partial from these notes: http://s-mat-pcs.oulu.fi/~keba/Optimointi/OP_penalty_engl.pdf

rethink-forrest avatar May 03 '18 21:05 rethink-forrest