Python API to Alpha | OSCAR Project
Project description
### Alpha_py
Репозиторий содержит API низкоуровневой системы управления автомобилем [Alpha](alpha.starline.ru), разрабатываемой в рамках проекта [OSCAR](https://gitlab.com/starline/oscar), для беспилотных транспортных средств.
#### Установка с PyPI
` pip3 install --user alpha_py `
#### Установка из исходников
` git clone https://gitlab.com/starline/alpha_py.git && cd alpha_py pip3 install --user -e . `
#### Использование
` import alpha vehicle = alpha.Vehicle(“/dev/ttyACM0”) vehicle.drive() vehicle.steer(20) vehicle.move(10) vehicle.manual() vehicle.led_blink() vehicle.emergency_stop() vehicle.recover() vehicle.left_turn_signal() vehicle.right_turn_signal() vehicle.emergency_signals() vehicle.turn_off_signals() vehicle.get_vehicle_speed() `
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file alpha_dbw-1.0.tar.gz
.
File metadata
- Download URL: alpha_dbw-1.0.tar.gz
- Upload date:
- Size: 16.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.8.2 requests/2.22.0 setuptools/39.1.0 requests-toolbelt/0.10.1 tqdm/4.64.1 CPython/3.5.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
f652c3ccd16e01be5ba307d219b431caa7be03ea400113be25c80b9ccdc2200d
|
|
MD5 |
4006633cb4e4ec098e163a292835f592
|
|
BLAKE2b-256 |
ac510a1e29c23d69b3ffba9f299f0fe0d64d87edda454713e585a105e29c5bdf
|
File details
Details for the file alpha_dbw-1.0-py3-none-any.whl
.
File metadata
- Download URL: alpha_dbw-1.0-py3-none-any.whl
- Upload date:
- Size: 23.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.8.2 requests/2.22.0 setuptools/39.1.0 requests-toolbelt/0.10.1 tqdm/4.64.1 CPython/3.5.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
dd5266afbaf94e467ae0c408e81da5a04bc32c40503aceca1f62adb8e5e075c4
|
|
MD5 |
67160864a5dd9f8b97cdfadabd08f4cf
|
|
BLAKE2b-256 |
26b33e0be6b50505482e846811855ec8ee32bd355f3881ac94d8e9d496adab00
|