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
The logger prints to console even though there is only a FileHandler set up. This makes the console become busy for debugging. Logging is disabled while debugging.
The text was updated successfully, but these errors were encountered:
I forked your code and got it to run on SITL. And I implemented a stereo vision system using a similar kind of HUD that you used in precision land, I thought that was brilliant btw! Oh and I think I know about the logger problem, cause I faced similar problems, and then I stopped using sc_logger and wrote my own logger module instead: https://github.com/onebsv1/STOBA/blob/master/a_logger.py
I think setting the logger.propagate to False disabled this kind of behavior.
The logger prints to console even though there is only a FileHandler set up. This makes the console become busy for debugging. Logging is disabled while debugging.
The text was updated successfully, but these errors were encountered: