Skip to main content

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

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

alpha_dbw-1.0.tar.gz (16.8 kB view hashes)

Uploaded Source

Built Distribution

alpha_dbw-1.0-py3-none-any.whl (23.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page