项目作者: xiaohong-huang

项目描述 :
Use accelerometer, magnetometer, gyroscope data, use ESKF to estimate attitude.
高级语言: Python
项目地址: git://github.com/xiaohong-huang/ESKF_9DOF_IMU.git
创建时间: 2020-04-24T18:18:03Z
项目社区:https://github.com/xiaohong-huang/ESKF_9DOF_IMU

开源协议:

下载


ESKF_9DOF_IMU

Use accelerometer, magnetometer, gyroscope data, use ESKF to estimate attitude.

Run “main.py”(python main.py), it will automatically call the “IMU.txt” data in the directory, and then execute the ESKF algorithm.

“IMU.txt” has acceleration data, gyroscope data, angle data, and magnetic force data. The angle data is the result of a chip’s own calculation.

The algorithm compares its estimated angle with the chip’s own calculation results.