A Rust programming language implementation for FRC robotics, providing wpilib bindings and cargo-frc build tools for teams wanting to write robot code in Rust instead of Java/C++.
A Rust programming language implementation for FRC robotics, providing wpilib bindings and cargo-frc build tools for teams wanting to write robot code in Rust instead of Java/C++.
Public FRC robot code repository from Mechanical Advantage for their 2026 robot 'Darwin', providing reference implementation and learning resource for advanced programming practices in competitive robotics.
Public release of Team 254 Backlash's 2019 FRC robot code for the Deep Space game, serving as a reference implementation for advanced programming techniques and robot control systems.
Public release of Team 254's FRC 2016 competition code for the Stronghold game. Serves as a reference implementation for programming and robot control strategies.
Open-source FRC robot code from Team 6328 Mechanical Advantage for their 2025 Reefscape competition robot 'Manta'. Provides a real-world example of professional-grade FRC programming and architecture for learning and reference.
A Kotlin-based library providing tools and utilities for programming autonomous routines in FRC and FTC robots. Designed to simplify autonomous path planning and execution for programmers.
Official RobotPy repository providing Python bindings and implementation of WPILib components for FRC robot programming on RoboRIO hardware. Enables teams to write FRC robot code in Python using pybind11 bindings to the C++ WPILib library.
Team 1257's open-source training documentation repository for teaching new FRC members Java programming and robotics fundamentals using Docsify.