I just encountered opening a file and the gripper attribute is not set.
I changed process.get_tool_features_on_beam to not get gripper if gripper_tcp_in_ocf is None.
However I'm worried that this silent failure will cause an unnoticed error down to production.
I just encountered opening a file and the gripper attribute is not set. I changed
process.get_tool_features_on_beam
to not get gripper if gripper_tcp_in_ocf is None.However I'm worried that this silent failure will cause an unnoticed error down to production.