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
@@ -34,19 +33,20 @@ Note that dual arm is only supported for a aloha like setup where the robot face
34
33
35
34
36
35
### Running
37
-
1. make sure your computer and quest is in the same subnetwork and they can ping each other.
38
-
2. start IRIS meta quest app on your quest (it should be located in the Library under "Unkown Sources" after installation)
39
-
3. run the [`quest_align_frame.py`](quest_align_frame.py) script once. Navigate to the link printed on the top likely [http://127.0.0.1:5000](http://127.0.0.1:5000).
36
+
1. Make sure your computer and quest is in the same subnetwork and they can ping each other.
37
+
2. Check your local machine IP using `ip addr` in the terminal and note the IP address of the network interface in the same subnet as your Quest (e.g. `192.168.1.x` or `10.42.0.1`). Replace it in `teleop/franka.py`: MQ3_ADDR = "that_pc__ip"
38
+
3. Start IRIS meta quest app on your quest (it should be located in the Library under "Unkown Sources" after installation)
39
+
4. Run the [`quest_align_frame.py`](quest_align_frame.py) script once. Navigate to the link printed on the top likely [http://127.0.0.1:5000](http://127.0.0.1:5000).
40
40
- click scan
41
41
- your meta quest should show up
42
42
- click change name and type "RCSNode" and click ok (this needs to be done only once)
43
43
- restart both the app and the script
44
44
- the script should now print a bunch of numbers (the controller poses) which means the connection is working
45
-
4. put on your quest (dont remove it until done with teleop, otherwise the axis might change and you need to recalibrate), you should see a white ball with coordinate axis somewhere in your room (red is x, green is y and blue is z)
46
-
5. use the right controller to change the orientation of the coordinate axis to fit your right robot (for franka: x front, y left, z up)
47
-
6. click the "teleportation scene" button on the still open website
48
-
7. cancel the script
49
-
8. start the teleoperation script [`franka.py`](quest_iris_dual_arm.py) and enjoy.
45
+
5. Put on your quest (dont remove it until done with teleop, otherwise the axis might change and you need to recalibrate), you should see a white ball with coordinate axis somewhere in your room (red is x, green is y and blue is z)
46
+
6. Use the right controller to change the orientation of the coordinate axis to fit your right robot (for franka: x front, y left, z up)
47
+
7. Click the "teleportation scene" button on the still open website
48
+
8. Cancel the script
49
+
9. Start the teleoperation script [`franka.py`](quest_iris_dual_arm.py) and enjoy.
0 commit comments