Skip to main content

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+. Installable using pip. Documentation coming soon.

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
import asyncio, time

async def main():
    rover = EarthRoverMini("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()

GitHub

GitHub link: https://github.com/SIGRobotics-UIUC/earth_rover_mini_plus_sdk.git Development Repo: https://github.com/SIGRobotics-UIUC/earth-rover-mini-OpenSource

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

earth_rover_mini_plus_sdk-1.0.2.tar.gz (9.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

earth_rover_mini_plus_sdk-1.0.2-py3-none-any.whl (10.9 kB view details)

Uploaded Python 3

File details

Details for the file earth_rover_mini_plus_sdk-1.0.2.tar.gz.

File metadata

File hashes

Hashes for earth_rover_mini_plus_sdk-1.0.2.tar.gz
Algorithm Hash digest
SHA256 9ea289f589e927c0e42f963226ce3f7e2182d9c5c96be77f19bd4e6b044299d6
MD5 ca468e87e1bd6269881e1f8e2c82dd72
BLAKE2b-256 6731bbd94ba6ac3d6cbcf062c4f6dc0189ebdf7e8de67be2294e78826177f032

See more details on using hashes here.

File details

Details for the file earth_rover_mini_plus_sdk-1.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for earth_rover_mini_plus_sdk-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 bca722a59b7a1858d107ff142eb78ec5d774484de0efdb5a495d98856e8db872
MD5 e7ff56003135f3b3c30f336e3b3a5671
BLAKE2b-256 f1d8520e8616f8a59f3b724f80249f7a07237e9b5dceae6b0e9c1999f32a1175

See more details on using hashes here.

Supported by

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