aws_deepracer_control_v2 is a fork of awsdeepracer_control from lshw54
Project description
aws_deepracer_control_2
This python package rewrite to support the new version Deepracer Console Software version 1.0.606.0
This is a fork from the original work built by https://github.com/lshw54/awsdeepracer_control
I have added some small fixes for API changes to DeepRacer
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()
Credits
This repo is rewrite from:
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 aws_deepracer_control_v2-0.1.5.tar.gz
.
File metadata
- Download URL: aws_deepracer_control_v2-0.1.5.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4861f88c230e9d542719f13a1b664b3b8d9e6bae0be1edae5ba241cadd21512f |
|
MD5 | 05df0ef2f1f8a0bbee1560d412d1d026 |
|
BLAKE2b-256 | bf93ec6e974af21750876637da49be2a4043a45db20305960bae9ca762524a91 |
File details
Details for the file aws_deepracer_control_v2-0.1.5-py3-none-any.whl
.
File metadata
- Download URL: aws_deepracer_control_v2-0.1.5-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e4e9cf4786f0bc65abf416693f171838c4f22ef9dc44fac0abc1320ed2073956 |
|
MD5 | d1bd2eb104e370e7f4ed889716bb6164 |
|
BLAKE2b-256 | 1629279d0882b9a5cc2d79f441126d3d16bcd6e5b4430941a3d21539b4499f9d |