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
While trying to execute the demos (following the tutorials) I noticed that I get the following error: UnboundLocalError: local variable 'gripper_open' referenced before assignment
This error is originating from line#374 of scene.py. It will get fixed if you define the gripper_open variable inside the while or move line#344 outside the if statement.
The text was updated successfully, but these errors were encountered:
AhmadrezaHadi
changed the title
Possible Bug. UnboundLocalError while running the demos
Bug. UnboundLocalError while running the demos
Jun 27, 2024
Hello,
While trying to execute the demos (following the tutorials) I noticed that I get the following error:
UnboundLocalError: local variable 'gripper_open' referenced before assignment
This error is originating from line#374 of scene.py. It will get fixed if you define the
gripper_open
variable inside the while or move line#344 outside the if statement.The text was updated successfully, but these errors were encountered: