Quote:
Originally Posted by Andrew Schreiber
JT was mentioning you guys had some issues with Command Based robot stuff last year, care to elaborate?
And, I'll absolutely come over and geek out. 
|
I wouldn't say we had issues, but we definitely didn't use commands this year. They overcomplicated the small tasks and made the more complicated tasks very difficult. Especially where we needed more time resolution than whatever cycle the commands were on. The compile time for that many objects was hard to stomach also.
Our 2013 code is up here if you want to see how we inplemented commands:
https://github.com/FRCTeam16/TMW2013
I guess we are using commands one place this year, dashboard buttons. We have two or three things we need to do infrequently enough that don't need to be accidentally pressed on the joystick. Commands make that very easy.