Skip to content

Commit 7d5ce2c

Browse files
committed
updated pyproject dependencies and readme
1 parent d1b37d3 commit 7d5ce2c

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ This project provides a framework for controlling robots in robot hardware and M
2929
bash setup.sh
3030
```
3131

32-
<!-- **Note:** The `setup_conda.sh` script is currently only supported on Ubuntu. For Windows users, please follow these steps:
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. -->
35-
3632
## Usage
3733
Use the following instructions to run example scripts. For a more detailed description, please refer to [`teleop_details.md`](teleop_details.md).
3834

@@ -54,6 +50,17 @@ python scripts/simulation/teleop_x7s_placo.py
5450
```
5551
This script initializes the [`PlacoTeleopController`](xrobotoolkit_teleop/simulation/placo_teleop_controller.py) with the X7S robot and starts the teleoperation loop.
5652

53+
### Running Dexterous Hand Teleop Simulation
54+
- Shadow hand simulation in Mujoco
55+
```bash
56+
python scripts/simulation/teleop_shadow_hand_mujoco.py
57+
```
58+
59+
- Inspire hand in Placo Visualization
60+
```bash
61+
scripts/simulation/teleop_inspire_hand_placo.py
62+
```
63+
5764
### Running the Hardware Demo (Dual UR5 Arms and Dynamixel-based Head)
5865

5966
To run the teleoperation demo with the physical dual UR arms and Dynamixel-based head:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ dependencies = [
2020
"ur_rtde",
2121
"dynamixel-sdk",
2222
"rospkg",
23+
"dex_retargeting"
2324
]
2425

2526
[project.optional-dependencies]

0 commit comments

Comments
 (0)