issues
search
team6002
/
FRC2023ChargedUp
BSD 3-Clause "New" or "Revised" License
2
stars
0
forks
source link
readme
Team 6002 | 2023 Charged Up Robot
Main code base for FRC 2023 season - Charged Up
Setup Instructions
Install WPILIB tools and VS Code -
Link
Clone repo
Open project folder in VS Code
Run
WPILIB: Build robot code
to download WPILib and external vendor libs
Code Guidelines
main
branch should always be kept in a stable state (A.K.A. competition-ready). Do not push buggy or development code there.
Follow
Google's Java code style guidelines