Skip to content

Commit 0f149cc

Browse files
juelgCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent d465203 commit 0f149cc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

examples/teleop/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,19 @@ Note that dual arm is only supported for a aloha like setup where the robot face
3434

3535
### Running
3636
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)
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 `examples/teleop/franka.py`: `MQ3_ADDR = "<your_pc_ip>"`
38+
3. Start IRIS meta quest app on your quest (it should be located in the Library under "Unknown Sources" after installation)
3939
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-
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)
45+
5. Put on your quest (don't 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)
4646
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)
4747
7. Click the "teleportation scene" button on the still open website
4848
8. Cancel the script
49-
9. Start the teleoperation script [`franka.py`](quest_iris_dual_arm.py) and enjoy.
49+
9. Start the teleoperation script [`franka.py`](franka.py) and enjoy.
5050

5151

5252
## Teleoperation with Franka GELLO Duo

0 commit comments

Comments
 (0)