There is an interesting note in the Multi-Tello-Formation flying README. In particular number 5 in the README.
github.com
Looking through the code, it looks like if you send "Re <command>" via UDP that you get "Re" back with something after it. I didn't see this in the SDK 2.0 documentation. Does anyone know how to make the commands reliable over UDP? Does the drone respond with a sequence number? I think this is what this line does, but am not sure:
github.com
Thanks in advance.
GitHub - TelloSDK/Multi-Tello-Formation: A Sample Code that implements the formation function of multiple tellos
A Sample Code that implements the formation function of multiple tellos - TelloSDK/Multi-Tello-Formation
Looking through the code, it looks like if you send "Re <command>" via UDP that you get "Re" back with something after it. I didn't see this in the SDK 2.0 documentation. Does anyone know how to make the commands reliable over UDP? Does the drone respond with a sequence number? I think this is what this line does, but am not sure:
Multi-Tello-Formation/tello_manager.py at e3a1216afa1bd513f9ddeb10437fa6c27f2e6727 · TelloSDK/Multi-Tello-Formation
A Sample Code that implements the formation function of multiple tellos - TelloSDK/Multi-Tello-Formation
Thanks in advance.