We have used the iterative programming style for several years with good success. We have been unable to get a simple iterative program to run on this years controller. Simple Joystick and arcade drive. Program compiles and loads but then shows no robot code. Does anyone have an example of iterative that loads and runs in the current system? Also the template does not have a constructor or de-structor class when loaded so wondering how people are dealing with creating instances of classes.
Post your code here so we can take a look.
Have you watched the output (Riolog) while it starts up? Code may be crashing, and it will sometimes give helpful info.
I don’t ever remember having a constructor for an iterative robot. Things I would normally put in a constructor get put in RobotInit().