Replies: 6 comments 3 replies
-
I'm also experiencing the same issue. Have you managed to resolve it? If so, could you please share the solution? Thank you so much! |
Beta Was this translation helpful? Give feedback.
-
Hi, could you provide the full log including where the code is stuck? Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hi, apologies for the late response. It seems like the problem is these 2 lines, which stop the GUI from refreshing. We will discuss among the team on a fix to this, but for now you can comment out these 2 lines and it should work. Another thing is you need to change line 152 of your script into Let me know if you need further assistance. |
Beta Was this translation helpful? Give feedback.
-
Thank you.
So, I change the code to this, It can control the robot arm, save the collect and playback data, but I can't control the gripper, How to solve? and a small issue is when i use the collect.txt to collect data. When the robotic arm approaches an object, it suddenly slows down and feels like there is a strong resistance, how to solve it. |
Beta Was this translation helpful? Give feedback.
-
set |
Beta Was this translation helpful? Give feedback.
-
I change the set show_control_marker=False, but still does not work. The problem is same in the
when I ran the collect.txt. The gripper is still can not close in test_data_collection2.txt. Could you please give a example full code, how to collect data and playback data. Thank you. |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
I can ran successfully in tests/test_data_colloection.py and omnigibson/examples/teleoperation/robot_teleoperate_demo.py, but I can't use DataCollectionWrapper with the teleopeation system.
I change the code in omnigibson/examples/teleoperation/robot_teleoperate_demo.py, in the following, but it stuck, I can't control the robot by keyboard or quest pro.
To Reproduce
And other try:
Expected behavior
Run successfully with TeleopSystem and DataCollectionWrapper together
Desktop (please complete the following information):
Additional context
My changed code:
robot_teleoperate_demo.py :
or in https://github.com/StanfordVL/OmniGibson/blob/main/tests/test_data_collection.py,
How to solve
Beta Was this translation helpful? Give feedback.
All reactions