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.1.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.1.tar.gz.
File metadata
- Download URL: geoscan_arena-0.0.1.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 |
3ef14c63a5464ed57682f590fc56bf773c9b01ab5a932aea5d2283f3d2a28539
|
|
| MD5 |
3c0ac82690ad95d94de4f3b343c1be3d
|
|
| BLAKE2b-256 |
e405de76214ef90d9b843e0a491c5788b158d229107af26d48cd348de568e554
|
File details
Details for the file geoscan_arena-0.0.1-py3-none-any.whl.
File metadata
- Download URL: geoscan_arena-0.0.1-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 |
861b9889b6dbd46dde7496745c3caf9ff68ef51f246bae224c11fc77dbb7bc9a
|
|
| MD5 |
fbb324124a329c9dd47275c2337f2fb1
|
|
| BLAKE2b-256 |
289a782ff6c8491e6e7c59089ed44103e536364244c62376c66ba6c1ea7fe08f
|