Sending Move3D commands to multiple drones (more than 5)
gilborty opened this issue · 1 comments
gilborty commented
Hi!
Thanks for the library. I am working on controlling multiple ArDrones (more than five) and I have been seeing some strange behaviour. When I attempt to control more than 5 drones, they all receive the take-off command, but when I attempt to send Move3D commands, the commands are either severely delayed or not received at all.
Do you have any suggestions on how to mitigate this problem? I noticed that you advised to sleep between sending commands for a single drone behaving strangely but would this approach work for several drones?
Thanks again for the API.
anfebit commented
Could you post the code. I might be able to help.