You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Think this is an error and can occur if you didn't stop the ranging on a previous ranging attempt. be sure to execute stop_ranging() before exiting your script.
seems the script distance.py doesn't handle all possible exit paths. I'm new with Python, but seems that if the script is cancelled with ^Z, the exit_handler() isn't called. Docu says SIGINT handles ^C
Does anyone have a solution to this issue?
Thanks in advance.
The text was updated successfully, but these errors were encountered: