Getting Started
Installation guide: https://docs.wpilib.org/en/stable/docs/zero-to-robot/step-2/wpilib-setup.html
- Download the installer from https://github.com/wpilibsuite/allwpilib/releases/tag/v2023.4.3
- Scroll down to assets and download the appropriate version for your operating system
- If you have a mac and are unsure if you should download the arm64 or intel version,
- Click the apple logo menu in the top left of your screen and click about this mac
- If it says you have an Apple M1/M2/etc. chip, download the arm64 installer. otherwise download the intel version
- Run the installer
- Click start
- Choose theĀ "Tools Only" installation method. DO NOT CHOOSE EVERYTHING
- You should now have WPILib installer
- Download IntelliJ community edition using the appropriate installer from here: https://github.com/wpilibsuite/allwpilib/releases/tag/v2023.4.3
- Run the installer and install IntelliJ
- 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.
Leave a comment down below if you have any questions or run into any problems with this guide!