You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Joel Gallant edited this page Jun 19, 2013
·
3 revisions
WPILIBJ has a command-based structure that allows the programmer to write dynamic programs in a simple, elegant and easy to understand way. Unfortunately, much of their functionality is pidgeon-holed to a point that makes programming difficult. If you prefer a different way of doing things, it is almost impossible to do it that way.
ATALibJ has a much more flexible, robust and modularized way to write commands. It starts of with the basic Command interface. This is used everywhere. Fortunately for you, this means that there is absolutely nothing you can't do. (note: don't do bad things!)