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.2.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.2.tar.gz.
File metadata
- Download URL: teledex-0.0.2.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 |
7027801e6f5f4045aa2f6a0211ae189847a6c312091e451dd637f62d6d4e6e81
|
|
| MD5 |
576fd8a0ff5491b7b03d8d950d188537
|
|
| BLAKE2b-256 |
a485a5af9591390f32f22955a63211e6267f1045763ae78ea833e2dea4e3c6c1
|
File details
Details for the file teledex-0.0.2-py3-none-any.whl.
File metadata
- Download URL: teledex-0.0.2-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 |
bdc3a64ac98bd08834c9f2b682dd99aa4eb4f8fd9fb5eda88eb09a883a763efb
|
|
| MD5 |
c1ecdbef6848098fde2cb47e5ef8c8b6
|
|
| BLAKE2b-256 |
85f8ec99376df408f200f14e636b01fe998d60daf8d402b070e36b2190324694
|