stabilizer loop rate is off #44
-
|
When I run the tinympc code, it show that "STAB: WARNING: stabilizer loop rate is off ". |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi, thanks for reaching out! We pushed the limits of the Crazyflie’s MCU, operating near the system’s boundary. As a result, it might disrupt the stabilizer task (which runs at the default 1000 Hz) when TinyMPC runs at higher rates or when other tasks, such as the state estimator or communication routines, are active. In many cases, the Crazyflie still operates fine despite the warning. We often disable unnecessary tasks or routines in the firmware. In some experiments, we run TinyMPC at much lower rates within a cascaded control architecture. Feel free to ask more about the TinyMPC-integrated firmware.. |
Beta Was this translation helpful? Give feedback.
Hi, thanks for reaching out!
We pushed the limits of the Crazyflie’s MCU, operating near the system’s boundary. As a result, it might disrupt the stabilizer task (which runs at the default 1000 Hz) when TinyMPC runs at higher rates or when other tasks, such as the state estimator or communication routines, are active.
In many cases, the Crazyflie still operates fine despite the warning. We often disable unnecessary tasks or routines in the firmware. In some experiments, we run TinyMPC at much lower rates within a cascaded control architecture. Feel free to ask more about the TinyMPC-integrated firmware..