Project background:
To plot the deviation between the drone location and target location due to disturbance in the air.
Plot description:
The red line represents the ideal situation when the deviation is 0 which means the drone land perfectly on target location. Meanwhile, the blue line shows the deviation over time. Also, it makes more sense if the 'deltaTime' in JSON file is in milliseconds unit.
How to run the file:
- Download the landing_deviation.py and landingData.JSON in the same directory
- Run the landing_deviation.py
Additional info:
A alert message will be pop up if the 'landingData.JSON' input file not exists in the directory.