API for EarthRover Mini. Allows interfacing and control over device through a simple interface.
This project has been archived.
The maintainers of this project have marked this project as archived. No new releases are expected.
Project description
earth_rover_mini_plus_sdk
API for the Earth Rover Mini+. Uploaded to PyPi, installable using pip.
Installation
Windows:
py -m pip install earth_rover_mini_plus_sdk
Unix/MacOS:
python3 -m pip install earth_rover_mini_plus_sdk
Example Usage
Below is an example of how to use the code.
from earth_rover_mini_plus_sdk import EarthRoverMini_API
async def main():
rover = EarthRoverMini_API("192.168.11.1", 8888)
await rover.connect()
await rover.safe_ping()
# await rover.ctrl_packet(60, 0)
await asyncio.sleep(2)
# await rover.ctrl_packet(0, 0)
await rover.move(3, 60, 360)
await asyncio.sleep(1)
await rover.imu_mag_read()
await rover.disconnect()
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
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 earth_rover_mini_plus_sdk-2.2.1.tar.gz.
File metadata
- Download URL: earth_rover_mini_plus_sdk-2.2.1.tar.gz
- Upload date:
- Size: 9.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48b440a0a45d4ecd42020270c37422bed9c2c8104ccc7d96541a31edefe7244d
|
|
| MD5 |
a7585c2d40fe1d5cd2363f26569b38ac
|
|
| BLAKE2b-256 |
183e2e6a020ee2afea77de8eff220b856004838ea499dbe9e55aadfb1756de46
|
File details
Details for the file earth_rover_mini_plus_sdk-2.2.1-py3-none-any.whl.
File metadata
- Download URL: earth_rover_mini_plus_sdk-2.2.1-py3-none-any.whl
- Upload date:
- Size: 9.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e36f6dff15938bac2e46e2f759da47f66382576883f81a709b0622d1de905769
|
|
| MD5 |
c3bd0673ab470b5268808df39a03c29c
|
|
| BLAKE2b-256 |
33a29dd0b6e125b854f61ab1fc78ba7489dc796fbf97aeedad746841bf382471
|