Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.
/ 2022-testbot Public archive

FRC 2022 Rapid React test robot code (for 8574_02)

Notifications You must be signed in to change notification settings

roboticsmgci/2022-testbot

Repository files navigation

WARNING: Make sure you deploy to the right robot!

Deploying to the wrong robot will permanently damage the motors. This code is designed for 02 (pancake-like bot).

Thank you for a fun season!


Contributing

The rules are generally lax, but here are a few ground rules.

  • The main branch should be updated with the most recent working code on the robot
  • Create a branch/fork to test new code, then merge into main once it works and is permanent
  • Commands must be ordered like the following:
    • commands/autonomous/ has commands used in autonomous
    • commands/common/ has complex command groups used often
    • commands/ has lower level commands
  • Includes must be ordered alphabetically, in categories by this order: header, third-party libraries, first-party include
  • Variables are named in camelCase, if they are in an object's scope (i.e. command private), add a m_ prefix
  • Follow the PEP 8 style guide

About

FRC 2022 Rapid React test robot code (for 8574_02)

Resources

Stars

Watchers

Forks

Packages

No packages published