Skip to main content

The robot API for the Smallpeice summer school

Project description

sbot

Lint & build PyPI version Documentation Status MIT license Bees

sbot - SourceBots Robot API

This is the API for SourceBots, library for writing Robotics APIs. It will first be deployed at Smallpeice 2023.

Installation

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

pip install sbot

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

pip install sbot[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 sbot 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 sbot 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.
  • sbot.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

sbot-1.2.0.tar.gz (44.8 kB view details)

Uploaded Source

Built Distribution

sbot-1.2.0-py3-none-any.whl (36.9 kB view details)

Uploaded Python 3

File details

Details for the file sbot-1.2.0.tar.gz.

File metadata

  • Download URL: sbot-1.2.0.tar.gz
  • Upload date:
  • Size: 44.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for sbot-1.2.0.tar.gz
Algorithm Hash digest
SHA256 8ca3b76223427d3ab18a6b513d039ba666dbd4bc9429696ae5c2205682758c30
MD5 733125fe8e309a0736179cac4db5ac74
BLAKE2b-256 0639cad085ab320a96cfd99df2631395c96f21f0302247966546ba9f5037ffc3

See more details on using hashes here.

File details

Details for the file sbot-1.2.0-py3-none-any.whl.

File metadata

  • Download URL: sbot-1.2.0-py3-none-any.whl
  • Upload date:
  • Size: 36.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for sbot-1.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2d62269d46d2086302b2b9bfc0f7c4d61e1c723b960bd98ecdbabe6e62f496cd
MD5 78af5617f9c1f398fc02912d67b29704
BLAKE2b-256 a87d1ff35da461eec799e2309cfea11812e4615d5b3e2b9affe3b0f123c28e65

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