Flight instability #575
-
Dear Hoenig, First of all, thank you for this awesome project! It is a lot of fun to work with. To our issue: To our setup:
It would be highly appreciated if you could share your first thought, since we couldn't find out, what could be the issue here. Thank you very much! greetings from Austria, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 15 replies
-
Thanks for the detailed report! I think your problem is bitcraze/crazyflie-firmware#870. If you apply the fix described there, re-compile, and re-flash the STM32 firmware it should work fine. |
Beta Was this translation helpful? Give feedback.
-
As an update: I had the same problem last week when using the single-marker tracking. For me, the issue was resolved when changing I created a new issue at #580 to automatically check this combination and either prevent it or throw an error. |
Beta Was this translation helpful? Give feedback.
As an update: I had the same problem last week when using the single-marker tracking. For me, the issue was resolved when changing
send_position_only
to True. There seems to be currently no safeguard in the code that prevents the misuse (using single-marker-tracking + setting this option to false results in sending garbage orientation information). This was with the latest master firmware from Bitcraze.I created a new issue at #580 to automatically check this combination and either prevent it or throw an error.