Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Java (http://www.chiefdelphi.com/forums/forumdisplay.php?f=184)
-   -   IntelliJ IDEA 2016.1 Getting Started Guide for FIRST Robotics Competition (http://www.chiefdelphi.com/forums/showthread.php?t=152762)

JamieSinn 20-12-2016 18:50

IntelliJ IDEA 2016.1 Getting Started Guide for FIRST Robotics Competition
 
1 Attachment(s)
Attachment 21377

This is a repost of my guide on how to get started with GradleRIO, IntelliJ IDEA, and Java development for the 2016 FRC Season. I will be posting an updated version when the 2017 game is released.

Feel free to post any questions you have as well as any suggested revisions.

mikexcao 20-12-2016 19:48

Re: IntelliJ IDEA 2016.1 Getting Started Guide for FIRST Robotics Competition
 
Thanks, my team was looking for something like this for our switch from LabVIEW to Java :)

bdaroz 20-12-2016 19:51

Re: IntelliJ IDEA 2016.1 Getting Started Guide for FIRST Robotics Competition
 
If you're not familiar with Gradle (as our students weren't) and you want to stick with the ANT build system from Eclipse, we managed to make it work rather well in IntelliJ as well:

https://github.com/FRC5881/2016Robot...ster/Robot2016

The install.xml ANT build will download (a hardcoded version, admittedly) WPILib, and extract it into the project directory. The only other step needed is to add the .jar files in the WPILib directory to the IntelliJ library path, and you're all set. Build and deploy as normal using ANT.

We're hopeful we'll be able to update this (and improve it) for the 2017 season.


All times are GMT -5. The time now is 09:34.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi