|
Re: Switching from Autonomous to Tele-op
Yes. Although I do not program in LabVIEW, I assume it uses a similar calling structure, e.g., the appropriately named functions are called when required. If you loop forever (no exit condition) it will never return, and whatever calls the appropriate routines will never be given time.
From what I've done in Java, there's some isTeleoperated() and isAutonomous() type functions. See if you can find something similar, I guess.
|