Similar to the command framework, Yeti is tailored to the special abilities of python, and designed for robotpy 2015
Python JavaScript HTML CSS Shell
Permalink
Failed to load latest commit information.
docs
examples/basic_example
tests
yeti
.gitignore
.travis.yml
LICENSE.txt
MANIFEST.in
README.rst
requirements.txt
setup.py
test-requirements.txt

README.rst

https://travis-ci.org/Team4819/Yeti.svg?branch=master https://coveralls.io/repos/Team4819/Yeti/badge.png?branch=master

Yeti

Yeti is a Python runtime framework, designed for use on FIRST Robotics Competition Robots. It allows you to easily build modularized robot programs, with mechanisms to allow for rapid development and in-game failure recovery.

Documentation

All Yeti documentation can be found at http://yeti-robotics-runtime.readthedocs.org

Examples

Aside from the example application found in this repository, you can see real robot code in Team 4819's 2015 Python Codebase, found here: https://github.com/Team4819/2015-Python-Codebase

License

See LICENSE.txt

Authors

Christian Balcom (robot.inventor@gmail.com, FRC Team 4819)