Quote:
Originally Posted by Joey1939
Our Github page has been updated with our robot code for the last 3 years. Last year, we switched to Java, so I would be happy to answer any questions about last years code. Although, I know nothing about LabView, so I can't offer any advice on our LabView code from 2012 and 2013.
2014 Code Points of Interest:
|
One thing we started doing for the past few years is creating subsystem specific command packages. It has really made it much easier to find specific commands when we're looking for them.
Something like:
Code:
org.usfirst.frc1939.aerialassist2014.commands.arm
I look forward to reading through your code.