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.5.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.5.tar.gz.
File metadata
- Download URL: teledex-0.0.5.tar.gz
- Upload date:
- Size: 9.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c98845823525379be45c72b2cdc09ee51ecda56b8601841806a8d633411e1af8
|
|
| MD5 |
d9cd533ae4fa46db9ebdaa963421aa2a
|
|
| BLAKE2b-256 |
5758dd5ba01072ffe19c07400ab3569dcf68e17bcb7acb12d685db77cded207c
|
File details
Details for the file teledex-0.0.5-py3-none-any.whl.
File metadata
- Download URL: teledex-0.0.5-py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a02495f56e3bb227b6469ed916e7384234002227f8dcb6d10ed2c5e44dc2cc11
|
|
| MD5 |
50b56700ff95e2fe48ba0fa96ae97f29
|
|
| BLAKE2b-256 |
5ba35dbd153151d42cd7702655c38a9f948d27bf4f3690dcb475e5da40f8bb27
|