| | Ic question Todd Ahlstrom
| | | I have been playing around with my handy in command line for a little while now. It seems like the only way I can get it to start doing something when a sensor is activated is to have it in an infinite loop waiting for that sensor to be pressed. For (...) (24 years ago, 2-Jun-00, to lugnet.robotics.handyboard)
| | | | | | | | Re: Ic question Will Bain
| | | | | As far as I know, the infinite loop construct is the way to do it. However, you can have multiple processes, each waiting on a sensor, each running in an infinite loop, each using the defer() function to allow switching between processes when (...) (24 years ago, 2-Jun-00, to lugnet.robotics.handyboard)
| | | | | | |