Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/robotpy/examples

Repository of RobotPy example projects
https://github.com/robotpy/examples

examples frc python robotics robotpy

Last synced: about 13 hours ago
JSON representation

Repository of RobotPy example projects

Awesome Lists containing this project

README

        

RobotPy Example Code
====================

**NOTE**: The `main` branch contains examples that work with the 2023 version
of RobotPy. While we don't change all that much every year, if you're looking
specifically for examples for older years, there are branches for different
years. If you are looking for examples that work with the current beta, there
will be a YEAR-beta branch containing those examples.

This repository contains lots of example code that can be used to learn more
about creating robots using RobotPy. These examples are for core
RobotPy/WPILib libraries. Examples specific to individual vendors can be
found in their individual RobotPy repository under their 'examples' folder:

* [Cross The Road Electronics (CTRE)](https://github.com/robotpy/robotpy-ctre/tree/main/examples)
* [NavX](https://github.com/robotpy/robotpy-navx/tree/main/examples)
* [REV Robotics](https://github.com/robotpy/robotpy-rev/tree/main/examples)

For RobotPy documentation, go to https://robotpy.readthedocs.io/

Contributions
-------------

WPILib (and the various vendors) have lots of examples that haven't been
translated from C++/Java into Python yet. If there's an example that you
found helpful for understanding how to write robot code, we'd love for you
to take a shot at translating it into python and contributing to this
repository!

Please check out our [porting guide](CONTRIBUTING.md) for a variety of
guidelines for new examples.