This is ArUco Detector with python OpenCV and DJI Tello drone
Prerequisities:
OpenCV:
pip install opencv-python
TelloPy:
pip install tellopy
The tello file is burrowed from hanyazou's tellopy library This library makes up for its lack of feature with very low latancy in videostream.
Simpful:
pip install simpful
I could use fuzzylite though it is not recommended as this one is far easier to use.