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.2.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.2.tar.gz.
File metadata
- Download URL: geoscan_arena-0.0.2.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 |
f16e729931b6972a3fcb7e63d23024010372c97d895c25a659be7c897d77782b
|
|
| MD5 |
26919e8b14971fcec0337f8893ba8e2f
|
|
| BLAKE2b-256 |
12be5a0aa0fb1180b0e12bfc54f54a064c14bbf4a41384737b643397ced4f699
|
File details
Details for the file geoscan_arena-0.0.2-py3-none-any.whl.
File metadata
- Download URL: geoscan_arena-0.0.2-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 |
d36c0162b0aefc0b54a2686abe5eb958b65feae48a995937c8cc9455bf6ac565
|
|
| MD5 |
2d7fc04b30865c39e4698501ffcf18a6
|
|
| BLAKE2b-256 |
a16a2b02ef66ed84ca893d55180cb66adc2fdb88e2998c6690bd524be0b15e47
|