@@ -25,7 +25,7 @@ Sideload the APK onto your Quest 3 via Developer Hub.
2525 <BlockImage src = " tutorial/data-collection/in_vr_default.jpg" alt = " Quest headset" width = " 90%" />
2626
27272 . Press the left controller menu button — a settings panel will appear.
28- <BlockImage src = " tutorial/data-collection/in_vr_setting.jpg " alt = " VR menu" width = " 90%" />
28+ <BlockImage src = " tutorial/data-collection/in_vr_setting.png " alt = " VR menu" width = " 90%" />
2929
30303 . Enter the IP address of your PC host and the port (default: ` 5006 ` ).
3131
@@ -51,7 +51,8 @@ Also, this section is useful for testing your VR teleoperation setup and to make
5151### Setup for MuJoCo environment
5252
5353``` bash
54- cd path/to/openarm_vr_teleop
54+ git clone https://github.com/enactic/dora-openarm-vr.git
55+ cd dora-openarm-vr
5556uv sync
5657source .venv/bin/activate
5758dora build config/dataflow-mujoco.yaml --uv
@@ -65,7 +66,13 @@ dora run config/dataflow-mujoco.yaml --uv
6566
6667If VR teleoperation is working properly, you should see the robot arm moving in the MuJoCo environment when you operate the VR controllers.
6768
68- Also, data collection web UI will open automatically, and you can check the data collection status at ` http://localhost:8000 ` .
69+ To collect data in mujoco, use the dataflow below.
70+
71+ ``` bash
72+ dora run config/dataflow-mujoco-data-collection.yaml --uv
73+ ```
74+
75+ The data collection web UI will open automatically, and you can check the data collection status at ` http://localhost:8000 ` .
6976
7077<BlockImage src = " tutorial/data-collection/mujoco_datacollection.gif" alt = " MuJoCo teleoperation" />
7178
@@ -105,7 +112,7 @@ If you want to change the data path, you can change the value of `DIRECTORY` in
105112 build : pip install -e node/dora-openarm-dataset-recorder
106113 path : dora-openarm-dataset-recorder
107114 env :
108- METADATA_FILE : " ../ test_metadata.yaml"
115+ METADATA_FILE : " test_metadata.yaml"
109116 DIRECTORY : " test_data/mujoco_collection"
110117` ` `
111118
0 commit comments