I want to make matlab recognize the QR code and move a Tello drone.
1 次查看(过去 30 天)
显示 更早的评论
I want to create a program that controls a Tello drone with MATLAB, automatically recognizes the QR code, and approaches the QR code. How should I make it?
回答(1 个)
Vineeth Nair
2021-12-29
Hi,
You can refer to the following example which shows how to use the Tello drone to track a green ball
For your use case, you will have to edit the track ball algorithm . Here instead of a green ball, you will have to add the logic to detect a QR code. And once detected you can use the tello drone navigation commands to move the drone towards the QR code
Regards,
Vineeth Nair
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!