Control two crazyflie drones at the same RPM? #605
Replies: 1 comment
-
It is possible to control two Crazyflies using one radio. You need to configure them to use the same channel but different addresses, use the You can set the power of the motors directly using the parameters It is hard to control the Crazyflie by setting the speed of the motors directly, and a more common approach is to send setpoints to the Crazyflie and let the controller in the Crazyflie handle the motors. If you want to read about controllers there is an introduction in the documentation |
Beta Was this translation helpful? Give feedback.
-
I have two crazyflie drones and one crazyradio, and I am wondering if there is a way to control both drones at the same time and have each individual drone generate the same amount of thrust. I do not have too much knowledge on the python aspects of using crazyflies, and so far I have only attempted to accomplish this using the crazyflie client. In the client, I attempted to change the parameters to set specific values for each motor on the drone, but I was unable to do so: when I inputted a number and click set, the number would not save and no changes would be made. If anyone has any knowledge on how to control both drones at the same thrust or control all motors at the same RPM, it would be much appreciated. It is possible for me to obtain a second crazyradio if necessary.
Beta Was this translation helpful? Give feedback.
All reactions