Skip to content
/ pyfrc Public

python3 library designed to make developing RobotPy-based code easier!

License

Notifications You must be signed in to change notification settings

robotpy/pyfrc

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c011fc5 · Jan 2, 2024
Nov 1, 2023
Jan 2, 2024
Jan 2, 2024
Feb 19, 2023
Feb 29, 2020
Nov 13, 2022
Jan 3, 2015
Nov 26, 2012
Mar 24, 2017
Dec 23, 2023
Dec 23, 2023
Jan 19, 2021

Repository files navigation

pyfrc - RobotPy simulation and testing support

pyfrc provides simulation and testing support for RobotPy projects.

This library contains a few primary parts:

  • Integration with the pytest testing tool to allow you to easily write unit tests for your robot code.
  • Various support for robot simulation

Documentation

Contributing new changes

pyfrc is intended to be a project that all members of the FIRST community can quickly and easily contribute to. If you find a bug, or have an idea that you think others can use:

  1. Fork this git repository to your github account
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push -u origin my-new-feature)
  5. Create new Pull Request on github

Authors

Dustin Spicuzza ([email protected])

Contributors:

  • Sam Rosenblum
  • James Ward
  • Christian Balcom
  • Others

pyfrc is originally derived from (and supercedes) fake_wpilib, which was developed with contributions from Sam Rosenblum and Team 2423.