Code for FRC 2019 - Deep Space Challenge
As of 2019, FRC is no longer supporting Eclipse. All of the deploy scripts and configuration tools are provided as VSCode.
To setup your worstation, please go to the following link SLOWLY FOLLOW ALL THE STEPS
- Install VS Code: https://code.visualstudio.com/
- Setup: WPI Lib Plugins for VSCode
- MAKE SURE the WPI folder is in the place they said and labeled named
frc2019so that VSCode and Gradle can find the Java JDK. - Setup the DriverStation and other NI tools
- NI Code:
B04P64186
- NI Code:
- Learn about the VSCode Interface
- Study the WPI VSCode Commands
- Creating a new project follow these steps Tim did this already, see next steps
- Install Github Dekstop
- Learn about the GitHub flow
- Open Github Desktop.
- Login as
metalcow-studentviaFile>Optionsask for the password on team Slack - Choose the
Repositorydropdown and thenAdd>Clone Repository... - Select
2019Robotfrom the list and choose 'Clone'. - In VSCode choose
File>Opennavigate to the folderC:\Users\teamm\OneDrive\Documents\GitHub\Robot2019where you cloned the Robot Code in step 2. ClickOK - Debug a program tips here
- Deploy the Robot code with these steps
http://first.wpi.edu/FRC/roborio/release/docs/java/
If it stops working...
- Login to Stickler
- Give it permissions on all MetalCow Repositories
- Add a .stickler.yml file to the root of the project
- Add the google checkstyle to ./resources folder
- In a pull request or a Push it should auto-run stickler and add comments on the push.
*Note, add LifeBoat and SRX setup stuff