puku0x / cvdrone

CV Drone (= OpenCV + AR.Drone)
https://github.com/puku0x/cvdrone/wiki/How-to-build
Other
203 stars 93 forks source link

Tracking and PID #69

Open ghost opened 6 years ago

ghost commented 6 years ago

Hi, I've been looking at the kalman-filter sample and the PID controller provided by puku0x in one of the issue's. Can somebody please explain how the tracking works, I want it recognize a target (black outside, white middle) but every time i turn the tracker on, it flies to the left.

What K values are best for this and how can i fine tune it so it follows the target?

I'm excited for your answer!