文件名称:AHRS
介绍说明--下载内容均来自于网络,请自行研究使用
// AHRS.c
// S.O.H. Madgwick
// 25th August 2010
//
// Quaternion implementation of the DCM filter [Mayhony et al]. Incorporates the magnetic distortion
// compensation algorithms from my filter [Madgwick] which eliminates the need for a reference
// direction of flux (bx bz) to be predefined and limits the effect of magnetic distortions to yaw
// axis only.
-//AHRS.c// SOH Madgwick// 25th August 2010//// Quaternion implementation of the ' DCM filter' [Mayhony et al]. Incorporates the magnetic distortion// compensation algorithms from my filter [Madgwick] which eliminates the need for a reference// direction of flux (bx bz) to be predefined and limits the effect of magnetic distortions to yaw// axis only.//
// S.O.H. Madgwick
// 25th August 2010
//
// Quaternion implementation of the DCM filter [Mayhony et al]. Incorporates the magnetic distortion
// compensation algorithms from my filter [Madgwick] which eliminates the need for a reference
// direction of flux (bx bz) to be predefined and limits the effect of magnetic distortions to yaw
// axis only.
-//AHRS.c// SOH Madgwick// 25th August 2010//// Quaternion implementation of the ' DCM filter' [Mayhony et al]. Incorporates the magnetic distortion// compensation algorithms from my filter [Madgwick] which eliminates the need for a reference// direction of flux (bx bz) to be predefined and limits the effect of magnetic distortions to yaw// axis only.//
(系统自动生成,下载前可以参看下载内容)
下载文件列表
AHRS.c