Replies: 5 comments 8 replies
-
What system do you use for tracking? Sounds like a potential issue with the state estimation. |
Beta Was this translation helpful? Give feedback.
-
I'm still having the same problem.. the drone flies for a while, then it starts to spin uncontrollably, it's just like the same motion when you flush something down a toilet. |
Beta Was this translation helpful? Give feedback.
-
Turns out it is the Crazyswarm goTo() function that makes the drone unstable after a while. I will have to figure out how to use cmdPosition instead. |
Beta Was this translation helpful? Give feedback.
-
goTo() can be unstable if the provided duration is small (<0.5s). I am not sure why, but I assume that somehow the optimization problem solved online becomes numerically unstable. |
Beta Was this translation helpful? Give feedback.
-
I still have the same issue... However, I found this old thread which describes my issue: https://forum.bitcraze.io/viewtopic.php?t=4079 I am trying to use land() and takeoff() with the so called yaw-parameter set to "None" but that parameter does not seem to exist... |
Beta Was this translation helpful? Give feedback.
-
I am using the Crazyflie drone and steering it with the Crazyswarm commands. After landing three time and then taking off, the drone starts spinning uncontrollably. What can I do in order to mitigate this?
Beta Was this translation helpful? Give feedback.
All reactions