Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,19 @@ To program an FRC Robot and follow along with this website, you need WPILib tool

The first tool that needs to be installed is the WPILib tool package.
WPILib’s tool package includes a version of VSCode that allows teams to write code and deploy it to their robot.
To do so, follow the instructions linked [here](https://docs.wpilib.org/en/stable/docs/zero-to-robot/step-2/wpilib-setup.html).

This website will require you to use the alpha release of WPILib for the 2027 season.
You can find the download link [here](https://github.com/wpilibsuite/allwpilib/releases).

<Aside type="note">
Keep in mind that instructions to set up WPILib tools walk you through
setting up the 2026 WPILib tools. You can follow the instructions as the set
up is the same for 2027 and 2026. Make sure you are setting up 2027 WPILib
tools and not 2026 WPILib tools
</Aside>

Once you have downloaded the 2027 WPILib tools, you can follow the instructions on how to set up the WPILib tools here [here](https://docs.wpilib.org/en/stable/docs/zero-to-robot/step-2/wpilib-setup.html).

The WPILib tool package also includes different programs that are useful for data logging, simulation, dashboards, and more.
We will use some of these tools in later stages.

Expand Down
Loading