Joey1939
12-12-2014, 10:57
Our Github page (https://github.com/FIRST1939) 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:
SmartDashboard autonomous selector (https://github.com/FIRST1939/AerialAssist2014Java/blob/master/AerialAssist2014/src/org/usfirst/frc1939/AerialAssist2014/Robot.java)
Text file based autonomous (https://github.com/FIRST1939/AerialAssist2014Java/blob/master/AerialAssist2014/src/org/usfirst/frc1939/AerialAssist2014/commands/CommandBasedAutonomous.java)
Command based robot design (https://github.com/FIRST1939/AerialAssist2014Java/tree/master/AerialAssist2014/src/org/usfirst/frc1939/AerialAssist2014/commands)
Cheesy vision implementation (https://github.com/FIRST1939/AerialAssist2014Java/blob/master/AerialAssist2014/src/org/usfirst/frc1939/AerialAssist2014/commands/Target.java)
Gamepad trigger shooting control (https://github.com/FIRST1939/AerialAssist2014Java/blob/master/AerialAssist2014/src/org/usfirst/frc1939/AerialAssist2014/commands/TriggerControl.java)
2014 Code Points of Interest:
SmartDashboard autonomous selector (https://github.com/FIRST1939/AerialAssist2014Java/blob/master/AerialAssist2014/src/org/usfirst/frc1939/AerialAssist2014/Robot.java)
Text file based autonomous (https://github.com/FIRST1939/AerialAssist2014Java/blob/master/AerialAssist2014/src/org/usfirst/frc1939/AerialAssist2014/commands/CommandBasedAutonomous.java)
Command based robot design (https://github.com/FIRST1939/AerialAssist2014Java/tree/master/AerialAssist2014/src/org/usfirst/frc1939/AerialAssist2014/commands)
Cheesy vision implementation (https://github.com/FIRST1939/AerialAssist2014Java/blob/master/AerialAssist2014/src/org/usfirst/frc1939/AerialAssist2014/commands/Target.java)
Gamepad trigger shooting control (https://github.com/FIRST1939/AerialAssist2014Java/blob/master/AerialAssist2014/src/org/usfirst/frc1939/AerialAssist2014/commands/TriggerControl.java)