Mayitzin / ahrs

Attitude and Heading Reference Systems in Python

Home Page:https://ahrs.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mag data unit inconsistency in documentation

dawnclaude opened this issue · comments

According to the documentation, the EKF class constructor takes mag_data in mT units, but the update function takes mag_data in uT units.

Thanks. Both were actually wrong. Some manufacturers use uT, and some others mT, but the geomagnetic data is normally handled as nT by the National Agencies.

Fixed with commit a4e225b