Python bindings for the Telekinesis Isaac Sim bridge client with C++ core.
Project description
GitHub • LinkedIn • X • Discord
Telekinesis Isaac Sim
Telekinesis Isaac Sim is a Python client for the Telekinesis Isaac Sim bridge, built on a C++ core.
Installation
It's highly recommended to install into a dedicated Conda environment:
conda create -n isaacsimclient python=3.12
conda activate isaacsimclient
Then install the package:
pip install telekinesis-isaacsim-client
Example Usage
from telekinesis.isaacsim_client import IsaacSimClient
client = IsaacSimClient(
api_key="",
base_url="http://127.0.0.1:8766",
websocket_base_url="ws://127.0.0.1:8766",
)
created = client.articulation.create("/World/ur10e")
print(created["articulation_id"])
client.articulation.set_joint_positions(created["articulation_id"], [0.0] * created["num_dof"])
More examples will soon be available on Telekinesis IsaacSim Examples
Resources
- Documentation: full API reference and guides.
Support
- Open an issue on GitHub.
- Email: support@telekinesis.ai
- Discord
License
Proprietary. © Telekinesis. All rights reserved.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
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_isaacsim_client-0.1.1-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: telekinesis_isaacsim_client-0.1.1-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 4.4 MB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1cd0499ef2934b1c7616659146ae76c8606c207ee564ed59703e15375791493
|
|
| MD5 |
7fb4eac7124fbbb0edee5cf1eb03d630
|
|
| BLAKE2b-256 |
060de2556a7d831e0957c6907bc86b06ec0bef95a887078bc36b53db451ea03e
|