awsdeepracer_control is a rewrite python package for control the DeepRacer vehicle via HTTP API.
Project description
awsdeepracer_control
This python package rewrite to support the new version Deepracer Console Software version 1.0.606.0
What's New
- Fix the video stream can not display
- Fix the
move
method add the new value to support new version web console - Remove
move_forward
,move_backward
,turn_right
,turn_left
method
Package Repo Link
https://github.com/lshw54/awsdeepracer_control
Package Pypi Link
https://pypi.org/project/awsdeepracer-control/
API
High level methods
- show_vehicle_info
- move
General purpose methods
- get_is_usb_connected
- get_battery_level
- get_raw_video_stream
Methods for running autonomous mode
- set_autonomous_mode
- set_throttle_percent
methods for running manual mode
- set_manual_mode
- start_car
- stop_car
- move
methods for models
- get_models
- get_uploaded_models
- load_model
- upload_model
methods for calibration
- set_calibration_mode
- get_calibration_angle
- get_calibration_throttle
- set_calibration_throttle
- set_calibration_angle
Installation
pip install awsdeepracer_control
Getting Started
Show vehicle info
import awsdeepracer_control
client = awsdeepracer_control.Client(password="???", ip="111.222.333.444")
client.show_vehicle_info()
Others
This repo is rewrite from :
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
File details
Details for the file awsdeepracer_control-0.1.2.tar.gz
.
File metadata
- Download URL: awsdeepracer_control-0.1.2.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7729febf7c58e777b627634f362039e6e9184abf2f827d432b2c243e7eb79ef1 |
|
MD5 | 5d5f8a5fb25cad5635a443032474e17e |
|
BLAKE2b-256 | 46498ee8bbcc59c5e9c20a42ac598b559c9b22aed64771f74055a57ad3c2fd93 |