Multi-drone/Swarm using Motion Commander #1571
Replies: 1 comment 4 replies
-
Hi, Both case are possible in Python using the Crazyflie python lib, however I do not think the The The exact implementation depends of lot of your usecase, you can spawn one python thread per Crazyflie and talk to them with command queues or keep all Crazyflies in an array and have a main-loop sending commands to them. On the lib side, each connection to a Crazyflie is a python object that you will have to handle and keep alive (ie. dropping the Crazyflie object out of memory will close the connection). |
Beta Was this translation helpful? Give feedback.
-
Hi!
I am working on a control interface for multiple drones at a time. Not specifically swarming. So I wanted to know how I could send motioncommander commands to multiple (at most 3) drones. So the following cases can happen
Beta Was this translation helpful? Give feedback.
All reactions