ikflow icon indicating copy to clipboard operation
ikflow copied to clipboard

Update `generate_exact_ik_solutions()` to use inference format from `generate_ik_solutions()`

Open jstmn opened this issue 6 months ago • 0 comments

Right now:

  • generate_ik_solutions() accepts either a single pose, or a batch of poses. If a single pose, uses an additional parameter n to determine how many solutions
  • generate_exact_ik_solutions() should match this design pattern

Also, the retry count should be reduced to increase the solution speed at the cost of success rate

jstmn avatar Jul 09 '25 21:07 jstmn