Log in

View Full Version : 2006 Robot Code Download


Chris_Elston
04-05-2006, 17:27
Hi folks,

Everyone from the programming team on 1501 wanted to thank those that helped us this year getting started with EasyC. We have posted our 2006 EasyC robot code at FRCsoft.com.

Download from Here (http://www.frcsoft.com/forums/index.php?download=23)

We really tried to push the limits of EasyC with PIDs, lookup tables arrays (which we couldn't get to work so we made a file loader), some indexing arrays, lots of functions that traded parameters, camera code, camera tracking, etc....

I would also like to say that EasyC made it "easy" for our team to work in a group. We have four people doing programming, we decided to all use global variables, so when we made our programs a lib file, we could import each program variables and all when the project was ready to be combine from a 4 to 1 program. It imported "easy". Also we had everything done in no time flat.

Great software package so far, with a few issues ;-) (see EasyC Wishlist post)

gabrielse
05-05-2006, 10:38
Hi folks,

Everyone from the programming team on 1501 wanted to thank those that helped us this year getting started with EasyC. We have posted our 2006 EasyC robot code at FRCsoft.com.

Download from Here (http://www.frcsoft.com/forums/index.php?download=23)

We really tried to push the limits of EasyC with PIDs, lookup tables arrays (which we couldn't get to work so we made a file loader), some indexing arrays, lots of functions that traded parameters, camera code, camera tracking, etc....

I would also like to say that EasyC made it "easy" for our team to work in a group. We have four people doing programming, we decided to all use global variables, so when we made our programs a lib file, we could import each program variables and all when the project was ready to be combine from a 4 to 1 program. It imported "easy". Also we had everything done in no time flat.

Great software package so far, with a few issues ;-) (see EasyC Wishlist post)

I was able to download your code. However, I was sent to a broken link page when I attempted to register.

Chris_Elston
05-05-2006, 10:42
I was able to download your code. However, I was sent to a broken link page when I attempted to register.


Yes, it does that. The students are going to redo the site this summer. We found out that it your ID still registered ok. Even after it sent you to the broken link. BTY, if anyone wants to help with the site "rebuild it" let me know.


Also, you don't have to register to download.....


--