Add your description here
Project description
Arena SDK
Прокси библиотека для отправки GRPC команд в геймкор
Пример скрипта
import time
from arena_sdk import Pioneer, GRPCCommunicator, GameCoreBase
comm = GRPCCommunicator(host="127.0.0.1", port=50051)
GameCoreBase.set_client(comm)
p1 = Pioneer("Scout-1-sky")
p2 = Pioneer("Scout-2-sky")
p1.arm()
time.sleep(1)
p1.takeoff(0.1)
time.sleep(1)
p1.land()
time.sleep(2)
Запуск эхо-сервера для проверки
from arena_sdk import GameCoreEchoServer
GameCoreEchoServer.serve(port=50051)
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
geoscan_arena-0.0.4.tar.gz
(6.6 kB
view details)
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 geoscan_arena-0.0.4.tar.gz.
File metadata
- Download URL: geoscan_arena-0.0.4.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.10 {"installer":{"name":"uv","version":"0.9.10"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Arch Linux","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
136fa659f2b94b389b2ac464d7eac1b9a120549137700b4b7dc04f92c2ae9c91
|
|
| MD5 |
d781619e9cb5d499f0e97ab74ff96e86
|
|
| BLAKE2b-256 |
4c31fd576bb2c85d7ac2e5fd4997343791278b28a05f01a99f3c3cd66deb3db4
|
File details
Details for the file geoscan_arena-0.0.4-py3-none-any.whl.
File metadata
- Download URL: geoscan_arena-0.0.4-py3-none-any.whl
- Upload date:
- Size: 10.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.10 {"installer":{"name":"uv","version":"0.9.10"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Arch Linux","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42f2ff4758f55bf7f2a6723d7f40368454f2c1d310fbe4c177878b29ef016314
|
|
| MD5 |
4709bdb4b14a115b0173fa7416259d52
|
|
| BLAKE2b-256 |
dfab8ec0c8b27fab24f4bf61aa43c6330213d955b892001e3b101c5ac787db3d
|