[Humble] Exercise didn't terminate correctly
While testing Rescue People exercise in Humble, the exercise loop got stuck and kept running even after exiting to menu.
Hey @ango1994 , could you take a look at this? Thanks!
Hi @pawanw17! Could you provide more information about this issue? I just launched the RADI 4.4.19 and executed some code to make the drone take off. After closing every process terminates correctly. How can I replicate this error?
@ango1994, Unfortunately, this is an intermittent issue and I do not have specific steps to reproduce it, I have come across this a few times on the latest RADI (4.4.19).
Maybe some stress testing can help reproduce the issue? closing and opening the exercise several times?
Hi @ango1994 , fortunately I found a way to reproduce this issue try running this code in the editor and then restart and play the exercise, this crashes the exercise
from GUI import GUI
from HAL import HAL
import time
print("Hi")
time.sleep(100)
while True:
# Enter iterative code!
print("Hello")
EDIT: I am not seeing this issue in Follow line exercise
Solved in superthin refactoring