Skip to content

Commit cfbcda3

Browse files
committed
chore: move scripts into example and add readme
1 parent 2a254dc commit cfbcda3

6 files changed

Lines changed: 17 additions & 0 deletions

File tree

‎examples/teleop/README.md‎

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Teleoperation with Meta Quest
2+
Teleoperate your robot (optinally dual arm) with the Meta Quest
3+
4+
## How does it work?
5+
In the script [`quest_iris_dual_arm.py`](quest_iris_dual_arm.py) we use the [IRIS platform](https://intuitive-robots.github.io/iris-project-page/index.html) to get controller poses from the meta quest.
6+
With the relative space wrapper and the relative to configured origin setting theses poses are then apply to the robot in a delta fashion whenever the trigger button is pressed.
7+
The buttons are used to start and stop data recording with the [`StorageWrapper`](robot-control-stack/python/rcs/envs/storage_wrapper.py).
8+
9+
## Installation
10+
[Install RCS](https://robotcontrolstack.org/getting_started/index.html) and the [FR3 extension](https://robotcontrolstack.org/extensions/rcs_fr3.html) (the script is writte for the FR3 as example but can be easily adapted for other robots).
11+
Install the IRIS APK on your quest following [these instructions](https://github.com/intuitive-robots/IRIS-Meta-Quest3).
12+
Finally, install [SimPub](https://github.com/intuitive-robots/SimPublisher) the IRIS python client by
13+
14+
```shell
15+
pip install -r requirements.txt
16+
```
17+

0 commit comments

Comments
 (0)