You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In current ekf2 framework, ekf estimator run in internal layer,and complementary filter run in extern layer.
Can we use two thread to run these,one thread for complmentary filter and one for ekf estimator.
The complementary thread is used to add sensor data to ringbuffer,and get data from every buffer for sensors to ekf thread.
In this way,the sensor data can be immediately processed and not omited,and ekf estiamtor maybe can run in a high frequncy.
In current ekf2 framework, ekf estimator run in internal layer,and complementary filter run in extern layer.
Can we use two thread to run these,one thread for complmentary filter and one for ekf estimator.
The complementary thread is used to add sensor data to ringbuffer,and get data from every buffer for sensors to ekf thread.
In this way,the sensor data can be immediately processed and not omited,and ekf estiamtor maybe can run in a high frequncy.