Skip to main content

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

Support

License

Proprietary. © Telekinesis. All rights reserved.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

telekinesis_isaacsim_client-0.1.1-cp312-cp312-win_amd64.whl (4.4 MB view details)

Uploaded CPython 3.12Windows x86-64

File details

Details for the file telekinesis_isaacsim_client-0.1.1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for telekinesis_isaacsim_client-0.1.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a1cd0499ef2934b1c7616659146ae76c8606c207ee564ed59703e15375791493
MD5 7fb4eac7124fbbb0edee5cf1eb03d630
BLAKE2b-256 060de2556a7d831e0957c6907bc86b06ec0bef95a887078bc36b53db451ea03e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page