Phone-based Dexterous Robots teleoperation library
Project description
Teledex
teledex lets you control robot frames using your iOS device's AR data.
Installation
You can install teledex package using pip:
pip install teledex
You can download the app from the App Store.
Before You Get Started
You can use Teledex in phone-only mode (streams only the device pose) or with an optional 3D-printed holder to track finger motion while teleoperating. All printable parts are available in printables folder.
See ASSEMBLY_GUIDE for assembly notes and SETUP_GUIDE to get started with your phone and robot setup.
Basic Usage
Basic Setup
import teledex
session = teledex.Session()
session.start()
# Retrieve AR data
data = session.get_latest_data()
# Returns: {"position": (3,), "rotation": (3, 3), "button": bool, "button_secondary": bool, # "toggle": bool}
MuJoCo Setup
Control MuJoCo frames (body, geom, or site) with Teledex:
import teledex
session = teledex.Session()
mujoco_handler = teledex.MujocoHandler(model=my_model, data=my_data)
session.add_handler(mujoco_handler)
mujoco_handler.link_body(name="eef_target")
session.start()
Additional Functions
session.vibrate(sharpness=0.8, intensity=0.4, duration=0.01)
session.pause_updates()
session.resume_updates()
session.reset_position()
Citation
If you use Teledex in your research, please cite:
@article{rayyan2026teledex,
author = {Rayyan, Omar and Gilles, Maximilian and Cui, Yuchen},
title = {TeleDex: Accessible Dexterous Teleoperation},
year = {2026}
}
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file teledex-0.0.6.tar.gz.
File metadata
- Download URL: teledex-0.0.6.tar.gz
- Upload date:
- Size: 9.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
66bc1414870faed583fd81abdad8b36bc1230ef291ed1c4e7132dbde82449996
|
|
| MD5 |
f0f5f310c4de704626d4d8166905ecb5
|
|
| BLAKE2b-256 |
c55d9b82fc6dcd4e40686d8da4a97796121a11ba341580771b591fa5181fa2ba
|
File details
Details for the file teledex-0.0.6-py3-none-any.whl.
File metadata
- Download URL: teledex-0.0.6-py3-none-any.whl
- Upload date:
- Size: 9.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8dd08cbd43da3c0e84a2cac0e48ddeed1b8ce8659a96a02208c9b7c7eaf28f37
|
|
| MD5 |
9a810dd93e7569364195df3982fa4d41
|
|
| BLAKE2b-256 |
ac5b4f65bfd76a3daf6208abd584b1fbf8c747abbe75526e92f47c2a6289d0f9
|