Log in

View Full Version : Need help programming? Want your libraries to do more?


joelg236
19-03-2014, 13:04
Try out ATALibJ (https://github.com/Team4334/atalibj) just once, and tell me it doesn't help you out!

Getting started (https://github.com/Team4334/atalibj/wiki)

For a full example of our robot code, check it out here (https://github.com/Team4334/robot-code).

Your code could look as beautiful as this (https://github.com/Team4334/robot-code/blob/master/src/ata2014/main/Momentum.java).

Chadfrom308
19-03-2014, 21:59
This is a great idea and the code looks really good! We use Labview, but I definitely see the potential of this

Jared
19-03-2014, 22:04
This is really, really awesome, and well written. I love the whole idea of binding controls to robot functions, and the logging class is neat too.

I'm also a fan of the Gordian scripting stuff for autonomous mode too.

xXhunter47Xx
19-03-2014, 22:25
Interdasting, may be helpful for us since we're programming in Labview and want to step it up...
Thanks!

joelg236
19-03-2014, 23:39
I'm also a fan of the Gordian scripting stuff for autonomous mode too.

It's been a labor of love for me. I learnt a lot by doing it, and it's been the most useful thing I've ever made. We didn't deploy code once in all of our first regional.

NWChen
25-03-2014, 23:28
Your code could look as beautiful as this (https://github.com/Team4334/robot-code/blob/master/src/ata2014/main/Momentum.java).

This link leads to a 404, please update it :)

joelg236
26-03-2014, 00:31
This link leads to a 404, please update it :)

Oops - here (https://github.com/Team4334/robot-code/blob/master/src/ata2014/Momentum.java) you go.

xXhunter47Xx
26-03-2014, 00:36
Oh, quick question
This means that robot builder no longer works with Java/C++, correct?
Unless you have your own robot builder in your library.