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.1.1.tar.gz (44.1 kB view details)

Uploaded Source

Built Distribution

sbot-1.1.1-py3-none-any.whl (36.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: sbot-1.1.1.tar.gz
  • Upload date:
  • Size: 44.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for sbot-1.1.1.tar.gz
Algorithm Hash digest
SHA256 1d6a1bde25e94f9362199cdfdb2f0848f93a74a5bdec809ceca9e6ddddebefcd
MD5 a3425c866411976552904285fb12abd0
BLAKE2b-256 c87c7be55a85a5c7764925f19146d8e36c04a36fa46ca00d244258baaa12cb39

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbot-1.1.1-py3-none-any.whl
  • Upload date:
  • Size: 36.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for sbot-1.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 ded5905cff61a146f1eed1bba237353c5ec5285031a5e1f683472b52a860ef11
MD5 cc9057263bf60c17c3cec72942407149
BLAKE2b-256 cd326a5007643d3065d632d8ca87208d473e030e757d2893c075d90365b5680f

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