-
We made a test with two crazyflies but it shows that the control is unstable. The commands sent to crazyflies are like that: cf4: (1,0,0) takeoff (1,0,0.5) goTo (1, 1,0.5) goTo (1,0,0.5) goTo (1, 1,0.5) goTo (1,0,0.5) ...... land However, some crazyflie may keep hovering after We have noticed some warnings in terminal log like:
but we don't know how to fix it. What problem could it be related to? Other informations: terminal log:
cfclient debug tab:
cfclient console tab:
SUP: Ready to fly |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi, thanks for the detailed report. There are known issues with the communication (lost packets), which explain the behavior of a drone not executing a command. Possible solutions (in order of preference):
If you want to use two radios, make sure that you change the second URI to radio://1/90/2M/E7E7E7E705, otherwise you use a single radio that constantly has to change channels. If you want to use a single radio, make sure to use the same channel. |
Beta Was this translation helpful? Give feedback.
Hi, thanks for the detailed report.
There are known issues with the communication (lost packets), which explain the behavior of a drone not executing a command. Possible solutions (in order of preference):
If you want to use two radi…