Quadcopter_simulator
Quadcopter_simulator copied to clipboard
Fixed quitting with ctrl+c
Hey I'm using your code for an AI project. I thought I'd let you know that I fixed your ctrl+c issue when killing threads.
@kaiergin I don't see how making the threads daemonic solves the ctrl+c issue.
Your ctrl+c issue is being caused because a thread isn't being closed. By marking the thread daemon all threads are closed correctly when using ctrl+c