Is it possible to implement optical flow with a normal camera or webcam? Instead of PX4Flow?
PX4Flow is expensive, I consider implement optical flow algorithm with OpenCV optical flow api and my webcam, does it possible?
Read more…PX4Flow is expensive, I consider implement optical flow algorithm with OpenCV optical flow api and my webcam, does it possible?
Read more…I modified the code (AC 3.3.2) to support switch to FLIP from LOITER.
Most time, it did pretty well. The copter switch to FLIP from LOITER and back to LOITER.
However, this time, when the copter switches back to LOITER, the copter flied to the south mo
Read more…i dont understand the "angle boost" in AC code, and the difference between use angle boost and not.
Could somebody help me?
Thanks!
Read more…I've checked the code (AC 3.3.2) and found it is only supported that switch to FLIP mode when in ACRO, STABILIZE and ALT_HOLD mode before,
because of this "if" statement in bool flip_init(bool) function in file control_flip.cpp:
Read more…if (control_mode != AC