/WPILib

DotNet implementation of WPILib for FIRST Robotics Competition (FRC)

Primary LanguageC#

RobotDotNet WPILib

Build Status

This repository contains the source code for a DotNet implementation of the WPILib.

Currently going through a complete rewrite. All library code exists in here, deploy tools exist in the frc-cli repo, but are not currently published to be usable.

License

See LICENSE.txt

Contributors

Thad House (@thadhouse) Jeremy Koritzinsky (@jkoritzinsky)

Code for simulator derived from the following sources:

  • RobotPy (@robotpy)
  • Team254 (@team254)