Skip to content

Added GripperStateException to make it easier to detect state where it is not possible to read variables

Uwe Kindler requested to merge gitlabuser0xFFFF/ur_rtde:gripper_exception into master

This merge request improves gripper error handling by providing a special exception type for gripper state related errors.

We use this feature in our application, to detect state, where it is not possible to read values from the gripper and to stop further reading until the robot is in right state again.

Merge request reports