When you write the script and run the program as shown above, an error similar to the title appears.
p[] is home position at Move tab.
If you modify the p[], the robot moves normally.
The same applies when you use the joins value that corresponds to the home position as qnear. [0, -1.57, 0, -1.57, 0, 0]
The home position is at the full stretch of the robot arm.
I reckon the get_inverse_kin() function does not find a solution, simply due to tolerance/deviation in some of the final digits, that make the resulting position borderline the actual reach of the robot.
Hello,
how would I be able to check if position is reachable? If I try to use get_inverse_kin() for unreachable position, Polyscope shows a dialog window and stops the program. How should I handle that?
hello, i meet this problem this days, i used the function is_within_safety_limits(pose) to check the pose, it return True, but the function get_inverse_kin(pose) still cannot find a solution, is that posible?
the version is 3.11 for UR10e
how can I get the return value of function is_within_safety_limits(pose), I write C++ in PC, like this,
tcpclient->write(" is_within_safety_limits(pose)");