You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reset function tries to shut off the pump and close the gripper. Even if these are not attached, this leads to a timeout error. The bug is in the pyuf\uf\wrapper\swift_api.py file and in the reset function
self.set_pump(False)
self.set_gripper(False)
The text was updated successfully, but these errors were encountered:
The reset function tries to shut off the pump and close the gripper. Even if these are not attached, this leads to a timeout error. The bug is in the pyuf\uf\wrapper\swift_api.py file and in the reset function
The text was updated successfully, but these errors were encountered: