Robotics.dev AI robotics app builder
Project description
ROBOTICS.DEV App Builder
Run AI robotics apps anywhere!
pip install robotics-dev
Usage:
robotics.connect() - connects to robotics.dev server (optional edge server IPs supported)
robotics.twist(robot_id, linear_x, linear_z)
Example script:
from robotics_dev import robotics
import time
test = robotics.connect() # connects to server
print(test) # returns socket id
robotics.twist("83568ccb-b44f-470f-9429-f5a80294f2a5", 0.3, 0.0) # robot id, linear_x, linear_z
time.sleep(5) #sleeps 5 seconds
robotics.twist("83568ccb-b44f-470f-9429-f5a80294f2a5", 0.0, 0.0) # robot id, linear_x, linear_z
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
robotics_dev-0.0.7.tar.gz
(2.3 kB
view details)
Built Distribution
File details
Details for the file robotics_dev-0.0.7.tar.gz
.
File metadata
- Download URL: robotics_dev-0.0.7.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f5bf959f9b207d197063b373c8483a69a8a739c661d97f324e9063684e4b1fc0 |
|
MD5 | 442adab32b0255ebeb21795af1391a3f |
|
BLAKE2b-256 | 485e8e0841f404022de9b64d341e817ccf7044961c2bc90d7422d6a7a7df6153 |
File details
Details for the file robotics_dev-0.0.7-py3-none-any.whl
.
File metadata
- Download URL: robotics_dev-0.0.7-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d1fcb4c12afc5bc573e309db4978514f688c0748a368c37bbe3045398360bca |
|
MD5 | 1c99d013ef760e913c685b0567cf8c77 |
|
BLAKE2b-256 | 9e8bf6901e2f8bf35182634aed19e82578c55425ee8868c64db53f054be771a7 |