Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.79 KB

Update Instructions.md

File metadata and controls

39 lines (33 loc) · 1.79 KB

Back to README

Update Instructions

Install Latest Version of WPILib (VSCode) and Update Repo

  • Download and Install the latest version of WPILib
  • 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
  • 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

Install Latest FRC Game Tools

Update Robo Rio Image

Update Hardware Firmware

  • 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

Test the Robot

At this point everything should work. Test the robot and fix any issues. Push any fixed to the main branch.