Skip to content

Team980/2014-Revamped

Repository files navigation

2014-Revamped

The 2014 robot, now with more caffeine

Cloning and editing the project

This project uses GradleRIO, the Gradle-based FRC toolchain. You can read more about GradleRIO here.

To clone the project, first clone it into your working directory with git clone or the GitHub Desktop app.

Then generate the project files for your IDE:

  • gradlew idea (IntelliJ IDEA)
  • gradlew eclipse (Eclipse)

IntelliJ IDEA has native support for Gradle. Eclipse users should install the Buildship Gradle plugin for Eclipse, as the plugin does NOT come with the C++ distribution!

Eclipse users should also DISABLE WPILib if they have it installed.

Building and deploying your code

  • gradlew build will build your Robot Code
  • gradlew deploy will build and deploy your code to the RoboRIO

More instructions on how to use GradleRIO are located in GradleRIO4Dummies.txt.

These tasks are also listed in the Gradle window in IntelliJ IDEA, or the Gradle Tasks window in Eclipse. You can even create run configurations to launch these tasks!

Pushing to GitHub

To push your updates to GitHub, simply use git push the Github Desktop app.

Make sure that the project files generated by your IDE are not being tracked by Git!

About

2014 robot, now with more caffeine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages