Replies: 1 comment 5 replies
-
What kind of commands are you sending to the CF? Usually the |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am having an issue when controlling single/multiple crazyflies with single marker tracking with Optitrack, and either Mellinger or PID controller. Occasionally, I can see ore (or more) crazyflie either dropping and crashing or achieving to recover for the next command. It seems to me like the drones lose one packet. What's strange is that this happens also when I use the
uploadTrajectory
.I would like to debug this behavior to achieve more reliable and reproducible settings. I started debugging with one drone only. The issue is there from time to time. The occasional WARNINGs I get from the terminal are two:
Latency too high
No updated pose for CF cf1
First, I tried to set
enableLogging: True
to record the positions/attitudes of the drones and see if there is anything strange. Then, I setprint_latency: True
to check the latencies of broadcasting and tracking. I also reduced the camera frame rate of Optirack to60 Hz
. I checked that the markers (15 mm) are well and stably seen (~6-16 pixels in the image) by many (~6) cameras.I attach here the terminal output.
How could I further proceed to detect the source of the problem?
Many thanks for your help and work!
Beta Was this translation helpful? Give feedback.
All reactions