Check if inverse_kin is possible

Hi,
Is there a possibility to check whether the inverse_kin of a given pose is possible in URScript.
Something like:

if inverse_kin(pose):
Do sth.
end

Cheers
Friedrich

Well I just solved it myself. You can simply use the is_within_safety_limits() function.

image

Yep! Use this function.

1 Like