How to record flight data in Python?
-
Hi,
I was wondering how to record flight data while drone is flying? I manage to fly forward, but it seem that the program waits at the command for forward flight until the command is completed. So the sensor data I am recording into a text file seem to be recorded only after the completing of the flight command. Any ideas how I can record sensor data while the drone is flying?