Skip to content

jefftheprogrammer/sbot

 
 

Repository files navigation

sbot

CircleCI PyPI version Documentation Status MIT license Bees

sbot - SourceBots Robot API - Powered by j5

This is the API for SourceBots, based on the j5 library for writing Robotics APIs. It will first be deployed at Smallpeice 2019.

Much like it's predecessor, robot-api, sbot supports multiple backends, although should be more reliable as there is no UNIX-AF socket layer.

Installation

Install: pip install sbot

Install with vision support: pip install sbot[vision]

Usage

from sbot import Robot

r = Robot()

Or alternatively:

from sbot import Robot

r = Robot(wait_start=False)

# Setup in here

r.wait_start()

About

SourceBots Robot API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 95.4%
  • Makefile 2.6%
  • Nix 2.0%