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+. 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

 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(3, 60, 360)

    print("\n[TEST] IMU read:")
    imu_data = rover.imu_mag_read()
    print("IMU/MAG Data:", imu_data)

    print("\n[TEST] Telemetry read:")
    telemetry = rover.get_telemetry(timeout=1.0)
    print("Telemetry:", telemetry)

    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

earth_rover_mini_plus_sdk-2.0.1.tar.gz (7.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-2.0.1-py3-none-any.whl (9.1 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for earth_rover_mini_plus_sdk-2.0.1.tar.gz
Algorithm Hash digest
SHA256 ab8e1da3aed3eaf746e3e1aa9dec7645e3ebf23fefc0ecb771327faa75bc41cf
MD5 164fab3c9677ce05cca530c43ca8e744
BLAKE2b-256 09b7f970730d344fff0fe4df4f191d6e2cce7645d5cd7d0f6a113527a31b1cd8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for earth_rover_mini_plus_sdk-2.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 4ac24c0ad45b7ef6651c42d91542b001c2f7cff3c9b430aa66972a4a27ec7bcb
MD5 ffb8d7106682a43be9f4a9d7dad4849b
BLAKE2b-256 9370586c56cd4520c69afc8532a0efe9483af1c5087f2d51ecc5568ba44be96a

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