Skip to main content

Student Robotics API for Python 3

Project description

sr-robot3

Lint & build PyPI version Documentation Status MIT license Bees

sr-robot3 - Python 3 API for Student Robotics Kit

This is the API for Student Robotics, library for writing Robotics APIs. It will first be deployed at Student Robotics 2024.

Installation

If you wish to install openCV from your package manager, you can install the base package with:

pip install sr-robot3

To install the full package, including openCV, you can install with:

pip install sr-robot3[vision]

Usage

The main entry point for the API is the Robot class. Intantiating this class will automatically detect and connect to any SR v4 boards connected to the device. By default, the Robot class will wait for the start button on the power board to be pressed before continuing.

from sr.robot3 import Robot

r = Robot()

To disable the waiting for the start button, you can pass wait_for_start=False to the constructor. The wait_for_start method needs to be called before the metadata is available.

from sr.robot3 import Robot

r = Robot(wait_for_start=False)

# Setup in here

r.wait_start()

Developer Notes

There are a number of considerations that have been made in the design of this API. Some of these may not be immediately obvious, so they are documented below.

  • The API is designed to raise exceptions for incorrect actions, such as trying to modify the output dictionary or assign a value directly to the motor object.
  • MappingProxyType is used to prevent the user from adding, removing or overwriting keys in any parts of the API that return a dictionary.
  • tuple is used to prevent the user from adding, removing or overwriting items in any parts of the API that would return a list.
  • __slots__ is used to prevent the user from adding, removing or overwriting attributes in any parts of the API.
  • sr.robot3.serial_wrapper.SerialWrapper handles automatic reconnection to the serial port if the connection is lost and impleents 3 retries on any serial operation before raising a BoardDisconnectionError.

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

sr-robot3-2024.0.0rc2.tar.gz (58.6 kB view details)

Uploaded Source

Built Distribution

sr_robot3-2024.0.0rc2-py3-none-any.whl (44.4 kB view details)

Uploaded Python 3

File details

Details for the file sr-robot3-2024.0.0rc2.tar.gz.

File metadata

  • Download URL: sr-robot3-2024.0.0rc2.tar.gz
  • Upload date:
  • Size: 58.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for sr-robot3-2024.0.0rc2.tar.gz
Algorithm Hash digest
SHA256 97a8d19b1a9d8d88801bf3df77572edf5df25eaf866daf8cd6ab11e8dfa4dba0
MD5 73958c6fff1be5064eb814c79b03515e
BLAKE2b-256 cac95d29de0634758b739f60870e973da1e79763469c5ca6e81559710475bc35

See more details on using hashes here.

File details

Details for the file sr_robot3-2024.0.0rc2-py3-none-any.whl.

File metadata

File hashes

Hashes for sr_robot3-2024.0.0rc2-py3-none-any.whl
Algorithm Hash digest
SHA256 232a6831d540d17dea570b3b12531dc294ce1918ea21c97868a0ce13cb9bb682
MD5 b3729cfd4548de49944b1080a337b2ca
BLAKE2b-256 c5c0836805b0f2883b53daaaa5b0c9152780d453cc31b9e658d3627556220a44

See more details on using hashes here.

Supported by

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