Code for team 5687's FRC 2015 robot
Java
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
Scripts
gradle
src/main/java/org/usfirst/frc/team5687/robot
.gitignore
.travis.yml
GradleRIO4Dummies.txt
README.md
build.gradle
gradlew
gradlew.bat

README.md

Build Status Stories in Ready

Outlier1

Code for FRC5687's 2015 robot

Getting Started

  1. Install IntelliJ IDEA Community Edition
  2. Clone this repository using Git
  3. If using Windows, open a command prompt in the repository and enter the following commands

      > gradlew
      > gradlew wpi
      > gradlew idea
    
  4. If using Mac/ Linux, open a command prompt in the repository and enter the following commands

      > ./gradlew
      > ./gradlew wpi
      > ./gradlew idea
    
  5. Double-click on Outlier1.ipr to open the project in IntelliJ IDEA

Note that you can use the Terminal window in IntelliJ for future command-prompt/ terminal needs (like deploying code)