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
Right now:
generate_ik_solutions()accepts either a single pose, or a batch of poses. If a single pose, uses an additional parameternto determine how many solutionsgenerate_exact_ik_solutions()should match this design patternAlso, the retry count should be reduced to increase the solution speed at the cost of success rate