Replies: 1 comment 2 replies
-
Hi! It seems that you are using the script right, so not sure if that is it. Could you perhaps use try simpler script like this one and just remove all the go_to such that the crazyflies will simply take off and land after a few seconds. The loco positioning system has a tendency to place the z-axis estimate lower than the crazyflie is, which can happen with the setup of the nodes. You can check that in the cfclient by looking at the stateEstimate fields on the flight tab. Eventhough, they fly normally individually, it is always good to double check that. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello together,
I am trying to fly two drones at the same time. For this I use the following code from Bitcraze: https://pastebin.com/ekBT31ZS. I changed it a bit and commented out some parts because I use only two drones instead of 3.
First question: Did I do everything right?
Second question: My drones do not even take off normally, as the specified altitude. I'm using a Loco Pos System.
With other scripts, however, I can use the Crazyflies to fly to the desired positions. Not with this one.
Thanks in advance,
PumaRub
Beta Was this translation helpful? Give feedback.
All reactions