Back to README
- Download and Install the latest version of WPILib
- See: https://docs.wpilib.org/en/stable/docs/zero-to-robot/step-2/wpilib-setup.html
- When prompted select "Download for this computer only"
- Ensure that the following Extensions are installed:
- Ensure that the following Settings are set:
- Editor: Format on Save
checked
- Editor: Format on Save Mode
file
- Editor: Detect Indentation
off
- Editor: Format on Save
- Open this repo in the latest version the WPILib VS Code
- When prompted, migrated the code to support the lates version of WPILib
- Update all Vendor Libraries
- Fix any Compile Errors
- Push changes to
main
branch
- Follow these instructions to install the latest version of the Game Tools: https://docs.wpilib.org/en/stable/docs/zero-to-robot/step-2/frc-game-tools.html
- Make sure that you uninstall the old version first
- Follow these instructions to update the roboRIO Image: https://docs.wpilib.org/en/stable/docs/zero-to-robot/step-3/imaging-your-roborio.html
- If not already installed, download and install the Phoenix Tuner: https://store.ctr-electronics.com/software/
- Open the Phoenix Tuner and connect it to the roboRIO
- Scan for everything on the CAN BUS
- Update the firmware of everything on the CAN BUS
At this point everything should work. Test the robot and fix any issues. Push any fixed to the main
branch.