-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues in simulation #11
Comments
I also meet the same problem on Ubuntu20.04 ! |
Thanks for using Openteach. Hi Could you print the screenshot of your terminal? Is the end effector position getting printed? |
python teleop.py robot=allegro_sim sim_env=True
Start controlling the Simulation hand using the Oculus Headset. End Effector Position [ 1. 1.2 0. -0.7071068 -0.7071068 0. Then the terminal stops printing. |
Hi @chiawenwang , the allegro sim can be only used with the KinovaBot because we have only one robot hand in the simulation. We use the Bimanual APK for Bimanual gripper and Libero Simulation. So if you are able to use the allegro simulation with Kinova Bot you are all set and everything is perfect. |
Hi @Norweig1an , looks like your simulation is working perfectly. Your problem is a network related issue which some other users have faced and can be solved by trying to reinstall the APK on the Oculus and force clean the app data using sidequest if there is loss of network in between operation. |
Thank you for your detailed reply! We are planning to use our own robot in LIBERO, do you have some instructions? |
In the config you have the option to change the suite, Link you can choosever whichever suite of tasks you want in libero. Also if you plan to add your own robot, which follows the axis coordinate system of libero you can directly use the current codebase for your robot. |
OK! Thank you so much! There is no problem for me now! |
HI @aadhithya14 , I apologize for the delayed response. We tested on different PCs and received the same outcome: we are still unable to transfer data from VR Quest to the server. We identify the issue in
Although it appears that the data has been successfully sent by VR, none of it can be received by the PC. We've tried reinstall the APK and clean the data, but neither of them worked. Do you have any idea? |
Are both quest and the machine under the same network provider? This is necessary because the APK expects it in that format. |
Thanks for your reply! We're sure we have set all devices under the same network. And now we have discovered that we can transfer 2D plotter but hand angel. We still don't know the reason. |
Hi, thank you for your help! @aadhithya14 I am experiencing the same issue as @Norweig1an. I tried reinstalling the APK and ensured that both the Quest and the machine are on the same network, but it still doesn't work. My server gets stuck after printing "End Effector Position [1. 1.2 0. -0.7071068 -0.7071068 0. 0.]" and the Quest also becomes unresponsive. Do you have any advice on how to resolve this issue? Thank you! |
Hi, I am having the same issue! |
This could be because of network instabilities. Try clearing the cache of the apk and start it. Or just reinstall the APK. |
I reinstall dirver and then solve the problem 1. and I run two command in two speart temrintor and then can collect data. |
May I ask what driver you reinstalled? i kinda met the same problem,i have the skeletons on left top corner but the Sim window doesn't show up. Should this Isaac Gym simulation window appear on the server/PC side or in VR? |
Hi, thanks for your inspiring work!
During simulation, we encountered some issues:
The IP and ports were correctly set.
When we run
python teleop.py robot=allegro_sim sim_env=True
the scene in Meta Quest 3 froze after the hand model was loaded.It seems that the server
joint_angle_subscriber
could not receivejoint_angles
(openteach/components/environment/allegro_hand_env.py, `take_action(self)').We will appreciate your kind help.
The text was updated successfully, but these errors were encountered: