搜索资源列表
扩展卡尔曼滤波姿态解算-姿态融合
- 扩展卡尔曼滤波姿态解算,matlab程序,解算方法
龙格库塔姿态解算
- 采用龙格库塔法对陀螺采集的数据进行姿态解算
MPU6050姿态解算
- STM32对MPU6050的四元数姿态解算,
mahglizi
- 本文基于四元素利用mahony互补滤波然后通过粒子滤波来实现姿态解算(Attitude calculation based on four elements)
AP_AHRS
- 姿态解算算法,EKF的c++实现,适用于AHRS系统(Attitude calculation algorithm, EKF the c ++ implementation, suitable for AHRS system)
AHRS
- AHRS中姿态解算算法的实现,包括Mahony和Madgwick的算法(AHRS in the realization of the posture algorithm, including Mahony and Madgwick algorithm)
FreeIMU
- 6轴或者9轴(加速度计、陀螺仪、磁位计)姿态解算算法(6 axis or 9 axis attitude calculation algorithm)
73462669zitaijiesuan
- 本人编写的动态姿态解算程序,有三子样、kalman等算法,附有mti实测数据(I write dynamic attitude algorithm procedures, such as the third kind, kalman algorithm, mti attached to the measured data)
惯性导航精解算程序
- 惯性导航姿态解算,附带程序详解,内容完全可以直接使用(Inertial navigation attitude calculation, with detailed procedures, the content can be used directly)
二轮自平衡小车
- 自平衡小车、MPU6050、姿态解算的算法C语言实现(Self balancing vehicle based on STM32)
mpu-6050资料
- mpu6050姿态解算,51 C语言例程,stm32例程(Mpu6050 attitude calculation, C language routines, STM32 routines)
MPU6050姿态解算STM32源码
- stm32码源实现mpu6050的三种姿态解算算法(Three algorithms of attitude calculation for mpu6050 based on STM32 code source)
板载IMU-姿态解算-03.14
- mpu姿态解算,mpu6500六轴姿态解算(mpuAttitude calculation)
madgwick_algorithm_c
- 九轴姿态解算,求出三个姿态角,C语言代码,完整(Nine axis attitude calculation, C language code, complete)
madgwick_algorithm_matlab
- 九轴姿态解算,数据代码都有,可运行实测;很好运行(Nine axis attitude calculation, data codes are available, can be measured and run well.)
四元数AHRS姿态解算和IMU姿态解算分析
- 四元数AHRS姿态解算和IMU姿态解算分析(Four element number AHRS attitude calculation and IMU attitude calculation analysis)
四元数程序与惯组数据
- 姿态解算 四元数公式文件代码为 function dq=MyQuaternion(t,q,Wmx,Wmy,Wmz) dq=zeros(4,1); dq(1)=1/2*(-Wmx*q(2)-Wmy*q(3)-Wmz*q(4)); dq(2)=1/2*(Wmx*q(1)+Wmz*q(3)-Wmy*q(4)); dq(3)=1/2*(Wmy*q(1)-Wmz*q(2)+Wmx*q(4));
六轴姿态解算
- MPU6050传感器的六轴姿态解算算法代码(Six-Axis Attitude Solution Algorithmic Code for MPU6050 Sensor)
EKF
- 使用扩展卡尔曼滤波进行姿态解算,输出四元数,可进行参数调节(Use extended Kalman filter for attitude calculation, output quaternion, parameter adjustment)
实验16:IMU姿态解算
- MPU6050陀螺仪与姿态解算实验,使用hawk2平台(MPU6050 IMU, use hawk 2 platform)