6. open the browser on Safari on VisionPro and go to https://192.168.123.2:8012?ws=wss://192.168.123.2:8012
7. Click "Enter VR" and Allow to start the VR session.
7. Click `Enter VR` and `Allow` to start the VR session.
### Simulation Teleoperation Example
1. After setup up streaming with either local or network streaming following the above instructions, you can try teleoperating two robot hands in Issac Gym:
@ -137,7 +143,7 @@ Open another terminal and execute the following command to test. If two hands op
## Image Server
Copy `image_server.py` in the `avp_teleoperate_robot/teleop/image_server` directory to the PC of Unitree H1_2, and execute the following command **in the PC**:
Copy `image_server.py` in the `avp_teleoperate/teleop/image_server` directory to the PC of Unitree H1_2, and execute the following command **in the PC**:
```bash
sudo python image_server.py
@ -153,14 +159,15 @@ python image_client.py
```bash
python unitree_human_robot.py
```
# Codebase Tutorial
The overall structure of the code remains the same as TeleVision, and we will only focus on the directory of files related to Unitree Robot
The overall structure of the code remains the same as TeleVision, and we only focus on the modified file directories related to Unitree Robot.
avp_teleoperate_robot/
avp_teleoperate/
│
├── act [Documents Related to ACT Policy for Imitation Learning]
│
@ -182,7 +189,9 @@ The overall structure of the code remains the same as TeleVision, and we will on
| |——teleop_hand.py [Can be used for testing the environment configuration]
# Acknowledgement
This code builds upon following open-source code-bases. Please visit the URLs to see the respective LICENSES: