API for EarthRover Mini. Allows interfacing and control over device through a simple interface.
Project description
earth_rover_mini_sdk
API for the Earth Rover Mini. Uploaded to PyPi, installable using pip.
Installation
Windows:
py -m pip install earth_rover_mini_sdk
Unix/MacOS:
python3 -m pip install earth_rover_mini_sdk
Example Usage
Below is an example of how to use the code.
from earth_rover_mini_sdk import EarthRoverMini_API
def main():
rover = EarthRoverMini_API("192.168.11.1", 8888)
rover.connect()
print("\n[TEST] Ping test:")
rover.safe_ping()
print("\n[TEST] Move test (3s at speed=60, angular=360):")
rover.move(1, 60, 0)
rover.disconnect()
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
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_sdk-1.0.0.tar.gz.
File metadata
- Download URL: earth_rover_mini_sdk-1.0.0.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
39c614780facd2f4e8acacdf4c4b0acd4c444759a36e8ac6a033cc4bbfb105a3
|
|
| MD5 |
1797c2efc3c01018dfae57b0c729d631
|
|
| BLAKE2b-256 |
025ed1912e5de8a2cdfa40cd05769830919219d31f6cd0c57c50fea10fcf690b
|
File details
Details for the file earth_rover_mini_sdk-1.0.0-py3-none-any.whl.
File metadata
- Download URL: earth_rover_mini_sdk-1.0.0-py3-none-any.whl
- Upload date:
- Size: 9.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
017bdeba4107f7db8db6212c93ace23c3d2a5d80c9bb54a7cce14706564b2ec4
|
|
| MD5 |
e526b1eba462f5b164c80300262a5323
|
|
| BLAKE2b-256 |
ea11ff5857e90910639538ee1d49d9fb3b6fc7f20f0c1b7f04b02236a21ad7b2
|