![]() |
What programming tool does your team use?
Just curious...
|
Re: What programming tool does your team use?
I checked WPILib and Other because our robot was programmed using WPILib in Eclipse instead of in MPLab last year. Everything works the same code and compile wise, just with a different IDE.
|
Re: What programming tool does your team use?
Quote:
|
Re: What programming tool does your team use?
Quote:
http://users.wpi.edu/~bamiller/WPILib/ Team 228 wrote our robot code last year in WPIlib, so we can work with it in MPLAB and EasyC PRO. And since WPIlib takes care of so much 'back-end stuff' for you, our team was able to concentrate on more important programming tasks, like our drive-by autonomous mode. ;) |
Re: What programming tool does your team use?
Quote:
|
Re: What programming tool does your team use?
This was my first year as a programmer and we used the EasyC program. It was really easy to learn and a great teaching tool for anyone who wants to learn programming.
|
Re: What programming tool does your team use?
code::blocks
|
Re: What programming tool does your team use?
Does anyone know if the source to WPILib is available? We use MPLab now because we can't figure out how to teach device driver development using WPILib or EasyC. To us the beauty of KW's software is you can pretty much just use it if you need a quick solution but because you have the source you can also learn how the microcontroller works and develop your own device driver and interrupt code. The FRC robotics program is usually the first opportunity our software developers have to really understand something about embedded development and understanding something about how to read a data sheet and configure the mc registers. This gives them the confidence to develop additional functionality on the FRC controller as well as use other co-processors such as the nice Atmel microcontrollers.
|
Re: What programming tool does your team use?
WPIlib source isn't available.
|
Re: What programming tool does your team use?
Quote:
|
Re: What programming tool does your team use?
|
Re: What programming tool does your team use?
We've used MPLab in the past, but I'm thinking we'll give WPILib a good look this year. It seems like an incredibly simple and powerful tool.
|
Re: What programming tool does your team use?
Cool, thanks. I'll have to check that out...
|
Re: What programming tool does your team use?
I checked Other because we run the compiler on Linux (using wine) and use Makefiles and vim (a text editor) instead of MPLAB.
|
Re: What programming tool does your team use?
Eclipse all the way!
To be honest, I'm surprised at the number of people who are still using the MPLAB IDE, given the number of "real-world" options like Eclipse. I guess it's primarily because MPLAB can be installed by default from the CD. |
| All times are GMT -5. The time now is 00:26. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi