Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.
This repository was archived by the owner on May 1, 2024. It is now read-only.

some think about ekf2 framework #985

Description

@garlinplus

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions