Getting Started
installationInstallation guide: https://docs.wpilib.org/en/stable/docs/zero-to-robot/step-2/wpilib-setup.html
downloadDownload the installer from https://github.com/wpilibsuite/allwpilib/releases/tag/v2023.4.3scrollScroll down to assets and download the appropriate version for your operating systemifIf you have a mac and are unsure if you should download the arm64 or intel version,clickClick the apple logo menu in the top left of your screen and click about this macifIf it says you have an Apple M1/M2/etc. chip, download the arm64 installer. otherwise download the intel version
runRun the installerclickClick startchooseChoose the "Tools Only" installation method. DO NOT CHOOSE EVERYTHINGyouYou should now havewpilibWPILib installer
downloadDownloadintellijIntelliJ community edition using the appropriate installer from here: https://github.com/wpilibsuite/allwpilib/releases/tag/v2023.4.3runRun the installer and installintellijIntelliJ- Open IntelliJ and open settings
- Go to the plugin tab and search FRC. Make sure you are in the Marketplace tab and not Installed.
- Install the FRC plugin
Once you have this set up, download the 2022 robot project from GitHub. It would be best to clone the repository, but if you are unsure of how to do this, you can just click the green Code button and download it as a zip.
Open the project in IntelliJ. You may have some errors about a missing JDK. You should be able to download this through IntelliJ, but it's ok for now if you can't.