Skip to content

Commit d465203

Browse files
Update teleop README
1 parent 7e63546 commit d465203

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

examples/teleop/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Finally, install [SimPub](https://github.com/intuitive-robots/SimPublisher) the
1717
pip install -r requirements.txt
1818
git clone https://github.com/RobotControlStack/SimPublisher.git
1919
cd SimPublisher
20-
git checkout af6560384f24520601798b47d900fee6fe27cf2d
2120
pip install -ve .
2221
```
2322

@@ -34,19 +33,20 @@ Note that dual arm is only supported for a aloha like setup where the robot face
3433

3534

3635
### 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).
4040
- click scan
4141
- your meta quest should show up
4242
- click change name and type "RCSNode" and click ok (this needs to be done only once)
4343
- restart both the app and the script
4444
- 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.
5050

5151

5252
## Teleoperation with Franka GELLO Duo

0 commit comments

Comments
 (0)