You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Pico teleoperation demo written in python for both mujoco simulation and robot h
7
7
This project provides a framework for controlling robots in robot hardware and MuJoCo simulation through XR (VR/AR) input devices. It allows users to manipulate robot arms using natural hand movements captured through XR controllers.
8
8
9
9
## Installation
10
-
1. Download and install `XRoboToolkit PC Service`
10
+
1. Download and install `XRoboToolkit PC Service`[todo: include .deb package link]
11
11
12
12
2.**Clone the repository:**
13
13
```bash
@@ -16,22 +16,22 @@ This project provides a framework for controlling robots in robot hardware and M
16
16
```
17
17
18
18
3. **Installation**
19
-
19
+
**Note:** The setup scripts are currently only tested on Ubuntu 22.04.
20
20
It is recommended to setup a Conda environment and install the project using the included script.
21
21
```bash
22
22
bash setup_conda.sh --conda <optional_env_name>
23
23
conda activate <env_name>
24
24
bash setup_conda.sh --install
25
25
```
26
26
27
-
If installing on system python (Ubuntu only):
27
+
If installing on system python:
28
28
```bash
29
29
bash setup.sh
30
30
```
31
31
32
-
**Note:** The `setup_conda.sh` script is currently only supported on Ubuntu. For Windows users, please follow these steps:
32
+
<!-- **Note:** The `setup_conda.sh` script is currently only supported on Ubuntu. For Windows users, please follow these steps:
33
33
1. Manually build the [`xrobotookit_sdk`](https://github.com/XR-Robotics/XRoboToolkit-PC-Service-Pybind).
34
-
2. Then, install this package using `pip install -e .`in your activated Conda environment or system Python.
34
+
2. Then, install this package using `pip install -e .`in your activated Conda environment or system Python. -->
0 commit comments