File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff 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
3733Use 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` ` `
5551This 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
5966To run the teleoperation demo with the physical dual UR arms and Dynamixel-based head:
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ dependencies = [
2020 " ur_rtde" ,
2121 " dynamixel-sdk" ,
2222 " rospkg" ,
23+ " dex_retargeting"
2324]
2425
2526[project .optional-dependencies ]
You can’t perform that action at this time.
0 commit comments