Page 1 of 1

Multiple crazyflie with single crazyradio

Posted: Tue Jun 14, 2016 11:04 am
by piyushiit.123
I am a first year student and I am doing a research on stabilization of quadcopters. For this, I am using two Crazyflie 2.0. I have successfully coded it so that two crazyflies (with different channels) can be operated using two separate Crazyradio PA dongles with the help of two different laptops.

However, I need to control the two crazyflies using a single laptop, using a single crazyradio dongle. Please suggest me how should I do this. I tried to modify the code, but each and every time an error occurs: "Link already open".

Re: Multiple crazyflie with single crazyradio

Posted: Tue Jun 14, 2016 10:19 pm
by whoenig
The Crazyflie ROS driver supports that (http://wiki.ros.org/crazyflie). The core is written in C++ can can be used without ROS (this is not officially supported/tested though).

If you want python, there is a (very old) branch which supports that too here: https://github.com/whoenig/crazyflie-cl ... _multilink. However, this hasn't been updated in a long time. Perhaps you could try porting the necessary changes to the latest python SDK.

You can find more technical details in the blog post: https://www.bitcraze.io/2015/04/towards-crazyswarms-2/