GitHub • LinkedIn • X • Discord
Telekinesis Datatypes
Telekinesis Datatypes is a core library providing canonical, strongly typed data structures for robotics and computer vision applications within the Telekinesis ecosystem.
It includes:
- 3D data types: point clouds, meshes, transforms, and geometric primitives
- 2D data types: images, bounding boxes, masks, and pixel-space geometry
- Standardized representations for common perception and geometry formats
- Efficient serialization and deserialization for reliable data exchange
Release Model
Telekinesis Datatypes is currently in active development (pre-1.0). Modules are introduced incrementally, and the API may evolve between minor releases. To ensure compatibility and access to the latest capabilities, always install or upgrade to the most recent version of the package.
Installation
-
Create an isolated environment so that there is no dependency conflicts. We recommend installing
Minicondaenvironment by following instructions from here. -
Create a new
condaenvironment calledtelekinesis-datatypes:We currently support Python versions - 3.11, 3.12. Ensure your environment is in the specified Python version.
conda create -n telekinesis-datatypes python=3.11
-
Activate the environment:
conda activate telekinesis-datatypes
-
Install the core package using
pip:pip install telekinesis-datatypes
Note: The Python module is called
datatypes, while the package published on PyPI istelekinesis-datatypes.
Example
Run a sample python code to quickly test your installation.
import rerun as rr
from telekinesis import datatypes
url = "https://assets.telekinesis.ai/examples/v1/images/screws_standing.jpg"
image_from_url = datatypes.Image.from_url(url)
rr.init("datatypes_examples", spawn=True)
datatypes.visualize(image_from_url, entity_path="/ImageFromURL")
You are now set up with Telekinesis Datatypes.
Resources
- All module examples are available in Telekinesis Examples
- Full SDK documentation and usage details: Telekinesis Documentation
Support
For issues and questions:
- Create an issue in the GitHub repository.
- Contact the Telekinesis development team at support@telekinesis.ai or on Discord.
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 telekinesis_datatypes-0.3.3.tar.gz.
File metadata
- Download URL: telekinesis_datatypes-0.3.3.tar.gz
- Upload date:
- Size: 188.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
19446cee784c372a044ea7a776cbc51c0410072e4a93b4cd1b99df798cb7faa1
|
|
| MD5 |
8a9549104d3bdc357a38760f84acabec
|
|
| BLAKE2b-256 |
27f260b74e0ae5f3f04f70696b01b8f0e0b06d3256957db6c0f7630b6bbedc9e
|
File details
Details for the file telekinesis_datatypes-0.3.3-py3-none-any.whl.
File metadata
- Download URL: telekinesis_datatypes-0.3.3-py3-none-any.whl
- Upload date:
- Size: 195.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1479c41dbd09ddcdc278f8b9a77fb07741af9eee975f23c034d1405265e679d
|
|
| MD5 |
c5b15b7a25f05ea61da089ea55d0bd32
|
|
| BLAKE2b-256 |
1f651ae3c901696804df6e4fd2673d848e001840bd6c89c89fc3e78f4cfd052c
|