Quote:
Originally Posted by wre136
Does this years autonomous only run itself once and that is it or is there a way to make it loop so we can use state machines in it or at least perform all the steps in a flat sequence box?
|
You're missing one important piece of information, the programming language you are using. 4ndr3wl answers apply to C++ and Java.
Since you mention a flat sequence, I think you are probably using LabVIEW. For LabVIEW, autonomous independent only runs once, but you may put a while loop or for loop or a flat sequence structure to control your execution.