maichongju / indoor-drone-surveillance-system

0 stars 0 forks source link

Determine if reach target not accuracy #24

Closed maichongju closed 1 year ago

maichongju commented 2 years ago

When the drone is flying to a target and it flies by the target instead of staying within the target. It will still think it reaches the target.

Solution:

Add a buffer list to store the nearest location. Calculate the average of those distances instead.