Skip to main content

Official Telekinesis SDK for controlling and communication with industrial robot manipulators and tools.

Project description

GitHub  •  LinkedIn  •  X  •  Discord

Telekinesis Synapse

Telekinesis Synapse is a python package for controlling and communication with industrial robot manipulators and tools. It provides a unified API across multiple robot and tool brands.

Installation

Telekinesis Synapse depends on telekinesis-urdfs for robot model data, which must be installed first. Follow the steps below to install both packages.

  1. Create and activate a Conda environment:

    conda create -n telekinesis-synapse python=3.11
    conda activate telekinesis-synapse
    
  2. Install telekinesis-urdfs (robot model data):

    cd /path/to/working/directory
    git clone --depth 1 https://github.com/telekinesis-ai/telekinesis-urdfs.git
    cd telekinesis-urdfs
    pip install .
    

    Note: telekinesis-urdfs is a large repository containing robot model data. The initial clone and wheel build are expected to take several minutes — do not interrupt the process.

  3. Install Telekinesis Synapse:

    pip install telekinesis-synapse
    

Getting Started

from telekinesis.synapse.robots.manipulators import universal_robots

robot = universal_robots.UniversalRobotsUR10E()
print("Robot created successfully!")

To connect to a real robot, pass its IP address and enable remote control on the teach pendant:

robot.connect("192.168.1.100")

joint_positions = robot.get_joint_positions()
print("Joint positions:", joint_positions)

To disconnect:

robot.disconnect()

Example Usage for real robot and real tool

For all real robot and tools examples, ensure:

  1. The robot/tool is powered on and connected to the same network as your machine.
    • Ethernet cable is securely connected to both robot/tool and network switch.
    • PC network IP is on the same subnet as the robot/tool (e.g., robot/tool at 192.168.1.100, PC in 192.168.1.0/24).
    • Verify connectivity: ping 192.168.1.100
  2. The robot's/tool's IP address is correctly set in the example script.
  3. For robot, remote control is enabled on the teach pendant.

More examples soon will be available in the Telekinesis Examples repository.

Resources

Support

For issues and questions:

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 Distributions

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

telekinesis_synapse-0.3.1-cp311-cp311-win_amd64.whl (11.2 MB view details)

Uploaded CPython 3.11Windows x86-64

telekinesis_synapse-0.3.1-cp311-cp311-manylinux_2_31_x86_64.whl (11.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.31+ x86-64

telekinesis_synapse-0.3.1-cp311-cp311-macosx_15_0_arm64.whl (11.8 MB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

File details

Details for the file telekinesis_synapse-0.3.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for telekinesis_synapse-0.3.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a2fdb7eeee8a565632dd38723ee411ed4aaf4ceadf7759f850392b094fc21506
MD5 bd1b3b5211896d7cf4d951004f17463c
BLAKE2b-256 221952f84e3ee06a8b6a88591145f37dfa97c23299f1f715a4c02b3110189269

See more details on using hashes here.

File details

Details for the file telekinesis_synapse-0.3.1-cp311-cp311-manylinux_2_31_x86_64.whl.

File metadata

File hashes

Hashes for telekinesis_synapse-0.3.1-cp311-cp311-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 80f88d97f0108e2ca9b461d929d9b55d3a3a32bc7a63fa477d38a4a250e1d6a6
MD5 47d3e83b1dcf4cce1062ebe4cfa36e02
BLAKE2b-256 548e5294448f794729ae53d64d08cd3ada1a880d89b583faa27733827e629853

See more details on using hashes here.

File details

Details for the file telekinesis_synapse-0.3.1-cp311-cp311-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for telekinesis_synapse-0.3.1-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 af61780e3209b4a8a19a5793ff5734e697e7c5c2e130771bdb4aaa733cc89bc8
MD5 57377350548394ad3442023298240745
BLAKE2b-256 49d6549e9642965fc27bff2dd2d793a2d9f6d69c91edc3617bee1f2796de083e

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