i would like to recognize whether the ik was not successful because the axis limits were hit or the robot pose is in singularity.
can you tell me, which of the named options i have to check in my case?
when axis limits are hit, it is simIK.calc_limithit, and you cannot directly detect a singular configuration, except that the pose/position cannot be reached, i.e. simIK.calc_notwithintolerance.