Closed mrslvg closed 5 years ago
Hi Mario,
I've repeated this result with latest testing branch. This is not an error but rather indicates that none of IKBT's solvers could find any equations they were able to solve right from the start. Right now it keeps futilely trying 6 times when this happens. I'm going to try to hack the BT to detect this and formally give up.
Note that I do not claim that there is no analytic solution to DvrkPSM but rather only that IKBT's existing rules can't find one.
One message that's revealing is that no equations are produced in the initial equation sets with only one unknown. Also, simultaneous equation solver (2eqn's in 2 unknowns) and x2z2 solver couldn't find relevant pairs of equations.
Thank you very much for your effort. Probably, a more human-readable message would be helpful in case of no solutions found. Anyway, great work!
The latest commit (below) in testing branch has cleaner output for the case of no solvable equations.
I am trying to get the dVRK PSM ik. This is how I defined my robot:
This is how I run my program:
And this is the output I get:
What is wrong?