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.
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, "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()
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
teledex-0.0.3.tar.gz
(9.1 kB
view details)
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.3.tar.gz.
File metadata
- Download URL: teledex-0.0.3.tar.gz
- Upload date:
- Size: 9.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
654700d1f29f1eda596d57467c148d0d9ddcd5ef737d280e5805dd80ee8b642b
|
|
| MD5 |
85f7b89c02bec72cffcee652413186cf
|
|
| BLAKE2b-256 |
93f5a8c38e965613b3c7bbcb9e11e22c943b2892c7238954ca1afd422b3130a7
|
File details
Details for the file teledex-0.0.3-py3-none-any.whl.
File metadata
- Download URL: teledex-0.0.3-py3-none-any.whl
- Upload date:
- Size: 8.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2849294ec641c0df1211152969a733953ae9bfb6348eae0d9b425c6b0f631861
|
|
| MD5 |
7b695ca6ee70d9b228b29590856b158d
|
|
| BLAKE2b-256 |
5fd29f021dd28e4c81e15bb15061b5c226ebb00aeef469c24b674bbfa144539b
|