Setup
Last updated
Last updated
Besides setting up the Romi. We also need to set up a program to code it with. To do this, open VSC and follow the following steps.
After opening VS code, we have to open up WPILIB's Command Pallete. If you don't know how, go to the top right of your screen, to the right of the run code button. In the screenshot below, it's that weird red/gray thing. Generally, it's the same icon as WPILIB VSC's app thumbnail.
In Command Pallette, look for "WPILib: Create a new Project". Click it, and you'll enter the screen below.
After this, we'll need to fill out all the different fields here. First let's create a Romi template project.
Go to Select a project type and set it to Template.
Then, in Select a Language, press Java.
In Select a project base, click Romi- Timed Robot. Fill out the rest of the fields, and click the checkbox over Enable Desktop Support. We'll use this to run the Romi.
After you do all of this successfully, you'd end up with a brand new project. Now, go to