Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Programming (http://www.chiefdelphi.com/forums/forumdisplay.php?f=51)
-   -   Team 1939 Code Release (http://www.chiefdelphi.com/forums/showthread.php?t=131503)

Joey1939 12-12-2014 10:57

Team 1939 Code Release
 
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:

notmattlythgoe 12-12-2014 11:27

Re: Team 1939 Code Release
 
Quote:

Originally Posted by Joey1939 (Post 1413517)
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.

Joey1939 12-12-2014 13:15

Re: Team 1939 Code Release
 
Quote:

Originally Posted by notmattlythgoe (Post 1413523)
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.

Thanks for that tip; I will definitely do that this year. Last year was my first year on the team, so I realize that the code isn't as efficient as possible or commented at all. I am looking forward to better code this year (And possible PID loops).

notmattlythgoe 12-12-2014 14:01

Re: Team 1939 Code Release
 
Quote:

Originally Posted by Joey1939 (Post 1413568)
Thanks for that tip; I will definitely do that this year. Last year was my first year on the team, so I realize that the code isn't as efficient as possible or commented at all. I am looking forward to better code this year (And possible PID loops).

Let me know if you have any questions. If I see anything that stands out when I read through it I'll let you know. It looks like you were able to implement quite a bit of stuff for your first year.


All times are GMT -5. The time now is 02:44.

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