Skip to content

Small changes to ik scipy to make the result more human-interpretable

Jonathan Külz requested to merge dev/scipy_ik into main

Small changes to ik-scipy:

  • Try to also return the "closest" solution (here we can actually use the ik cost function) to make it more similar to jacobian
  • Adapt the weights of the cost function (just a new value that yielded "better" results in my experience")
  • Allow **kwargs

Merge request reports