kyeot / 2018-Season-Code

2783 Robot code for the 2018 build season

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup

Setting up the development environment for this repository is relatively simple. Start out by cloning this repository and then follow the 3 steps below.

Importing project

  1. Search for and install Eclipse Java Neon 3
  2. Open Eclipse and click the x on the welcome tab to close it
  3. Create a new Java project by clicking File>New>Java Project
  4. Uncheck "Use default location", click browse, and navigate to the folder where you cloned the repository
  5. Name the project anything you want and then click finish on the dialog

Installing wpilib

  1. Click Help>Install New Software>Add
  2. Put in "FRC Plugins" for the name
  3. Put in http://first.wpi.edu/FRC/roborio/release/eclipse/ for the Location
  4. Select Okay
  5. Select Finish
  6. Restart Eclipse

Installing required libraries

Follow the instructions in the easy_install folder in this repository

About

2783 Robot code for the 2018 build season

License:Other


Languages

Language:Java 55.1%Language:C++ 37.6%Language:C 4.3%Language:CMake 2.5%Language:Python 0.4%Language:Shell 0.0%Language:Batchfile 0.0%