![]() |
Re: Please open source your code!
My team only has our past code from the last three years, and it's only REALLY organized for the last two. We always believed it meant what imac thought.
|
Re: Please open source your code!
Quote:
|
Re: Please open source your code!
FRC 1024's code since 2009 is at http://lukeshu.ath.cx/1/FRC/hg/ (well, actually the 2009 code is a Java port of the original LabVIEW code, it's missing autonomous (which wasn't worth porting anyway), and traction control). All of it is Java. 2009 code is GPLv2+, after that it's 3-clause BSD. In 2010-11, there is a .hardware package withing the main package. While largely hardware specific to our robot, there's some generic stuff (some encoder stuff, some IR stuff, some PID stuff). Also, in the 2011 code is an experimental plug-n-play CAN driver, which is nifty, but has not been tested.
I've got the C code from several years before that, but there are a few source files that say they can't be publicly redistributed. One of these days I'll audit them or whatever, and throw them up. If you want to see it, I can send you a private copy, PM me or something. |
Re: Please open source your code!
3266's code for the (in-dev) offseason can be found here: http://code.google.com/p/frc3266/
No use releasing our competition code, since this is pretty much an overhaul of that. |
Re: Please open source your code!
610's code (we use Java) is available on Google code. Note that it is not yet complete - the code we have changed since competition has not yet been uploaded - programmers need breaks too.
Our scouting system is written in PHP, and contains: - The scouting form - Access to the database as both HTML and Excel (.csv) tables - Pick list assistant - Easy access to stats for six teams (for match planning) - A page for entering comments on robots, as well as the ability to flag a team as one that we do not work well with It's currently not open source, but as soon as I finish explaining to one of our heads the important of open sourcing code, it will be. I mention this because programming a robot is not that special - every team in FIRST does it. What we can learn from looking at someone else's code is not that extensive. However, everyone's scouting implentation (if it exists at all) will be completely different, and what can be learned from looking at that CAN be extensive. |
Re: Please open source your code!
The DiscoBots have opened sourced our code for last two years.
It can be found here on Google Code - http://code.google.com/p/discobots/ We program in Java for FIRST and RobotC for VEX. |
| All times are GMT -5. The time now is 23:29. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi