Hi,
I am considering using behaviour control for my robot.
The robot is presently executed two simple behaviours, one to move forward and the other to take action when the ultrasonar detects an obstacle.
Since the avoid behaviour will suppress the forward behaviour I have set a loop while (!suppressed) so that the forward behaviour will stop when a suppresion signal is received.
Would you kindly confirm that since there are no more behaviours which can suppress the avoid, the action part of the avoid behaviour do not need to have the while loop.
Thanks
