Skip to content
This repository was archived by the owner on May 3, 2026. It is now read-only.

Latest commit

 

History

History
36 lines (27 loc) · 1.63 KB

File metadata and controls

36 lines (27 loc) · 1.63 KB

NOTE: starting in 2027, RobotPy examples can be found in the following locations:

RobotPy Example Code

NOTE: The main branch contains examples that work with the latest 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:

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 for a variety of guidelines for new examples.