2019-Deep-Space
Team 4909's 2019 Robot Code for FRC Destination: Deep Space
All code can be be found within src/main/java/frc/team4909/robot
Installing 2019-Deep-Space
-
Install Visual Studio Code (https://code.visualstudio.com/download)
-
Install Java JDK 11 (https://www.oracle.com/technetwork/java/javase/downloads/jdk11-downloads-5066655.html)
-
Add the following Java extensions: (https://code.visualstudio.com/docs/languages/java) -WPILib -Language Support for Java(TM) by Red Hat -Debugger for Java -Java Test Runner -Maven for Java -Java Dependency Viewer
-
Open command prompt/terminal &
cd
into appropriate directoryEx for Windows:
$ cd /c/user/my_project
Ex for Mac:
$ cd /c/user/my_project
-
Enter the following:
git clone https://github.com/FRCteam4909/2019-Deep-Space.git
-
Launch VS Code and open the directory