|
Using While Statements
I was wondering how I can program a continuously updating while loop in teleop mode. for example if i wanted to complete a 90 degree turn: I've been trying it as while(temp_gyro_angle<900) but the robot freezes. How do I continuously update the while loop and get out the the while loop when finished?
Thank you for your help.
|