imu和mems的差别_MEMS加速度计,磁力计和定向角

imu和mems的差别

When it's necessary to evaluate the orientation angles of an object you may have the question — which MEMS sensor to choose. Sensors manufacturers provide a great amount of different parameters and it may be hard to understand if the sensor fit your needs.

当需要评估对象的定向角时,您可能会遇到问题-选择哪种MEMS传感器。 传感器制造商提供了大量不同的参数,可能很难理解传感器是否满足您的需求。

Brief: this article is the description of the Octave/Matlab script which allows to estimate the orientation angles evaluation errors, derived from MEMS accelerometers and magnetometers measurements. The input data for the script are datasheet parameters for the sensors. Article can be useful for those who start using MEMS sensors in their devices. You can find the project on GitHub.

简介:本文是对Octave / Matlab脚本的描述,该脚本允许估计来自MEMS加速度计和磁力计测量值的取向角评估误差。 脚本的输入数据是传感器的数据表参数。 对于那些开始在其设备中使用MEMS传感器的人来说,这篇文章可能会很有用。 您可以在GitHub上找到该项目。

We are using the following conditions:

我们使用以下条件:

  • We're going to estimate the attitude of the stationary object.

    我们将估计静止物体的姿态。

    为什么? (Why?)

    The orientation of the moving object cannot be calculated reliably by using following formulas and you'll have to use more sophisticated algorithms.
    使用以下公式无法可靠地计算出移动物体的方向,您将不得不使用更复杂的算法。
  • We will use measurements of the MEMS accelerometers and magnetometers to evaluate orientation angles.

    我们将使用MEMS加速度计和磁力计的测量值来评估方向角。

1.一点理论 (1. A bit of theory )

定向角 ( Orientation angles )

Here, orientation angles is the three Euler Angles — Roll, Pitch and Yaw. They connect the body frame coordinate system XYZ and the local coordinate system East-North-Up (ENU). The Roll, Pitch and Yaw angles denote the rotation that the XYZ axes must make in order to move in the ENU axis.

在这里,定向角是三个欧拉角-滚动角,俯仰角和偏航角。 它们连接车身框架坐标系XYZ和局部坐标系East-North-Up(ENU)。 旋转角,俯仰角和偏航角表示XYZ轴必须旋转才能在ENU轴上移动。

Accordingly, zero angles mean that the X axis of the object is oriented to the east, the Y axis of the object is oriented to the north, the Z axis is oriented up. The order of axes rotation is following: first Yaw (around Z axis), then Pitch (around Y axis) and then Roll (around X axis).

因此,零角度表示对象的X轴朝向东方,对象的Y轴朝向北方,Z轴向上。 轴的旋转顺序如下:首先偏航(绕Z轴),然后俯仰(绕Y轴),然后滚动(绕X轴)。

加速度计 ( Accelerometer )

This sensor measures the projection of proper acceleration onto the sensitivity axis. It's proper acceleration because the accelerometer measures gravity too (readings not zero even if the sensor is stationary). You can imagine the accelerometer as the weight on a spring. Its measured values are proportional to the stretching degree of the spring. If the accelerometer is stationary the spring is stretched only by gravity. If the accelerometer is in a dynamic state then there'll be a sum of forces: caused by inertia of the weight

and gravity .

该传感器测量适当的加速度在灵敏度轴上的投影。 这是适当的加速度,因为加速度计也可以测量重力(即使传感器固定,读数也不为零)。 您可以将加速度计想象为弹簧上的重量。 它的测量值与弹簧的拉伸程度成正比。 如果加速度计静止不动,则弹簧仅在重力作用下拉伸。 如果加速度计处于动态状态,那么将存在一定的力之和:由重量的惯性引起

和重力 。

We use the following measurements model for the orthogonal (mutually perpendicular) triad of accelerometers:

我们将以下测量模型用于加速度计的正交(相互垂直)三重轴:

The matrix of the axes misalignment and scale factors is:

轴未对准和比例因子的矩阵为:

从数据表中选择加速度计参数 (Selecting accelerometers parameters from the datasheet)

MPU-9250加速度计: ( MPU-9250 accelerometers: )

  • Accelerometer Zero Offset — Zero-G Initial Calibration Tolerance ( for , for ) — translate into units multiplying it by

    加速度计零偏移-零G初始校准公差( 对于 , 对于 )—转换为单位 乘以

  • The error of the scale factor — Initial Tolerance ( ) — is expressed as a percentage. Convert it multiplying by

    比例因子的误差-初始公差( )-以百分比表示。 将其乘以

  • Axis misalignment — Cross Axis Sensitivity ( ) — convert it multiplying by

    轴未对准—跨轴灵敏度( )—将其乘以

  • Accelerometer noise power spectral density — Noise Power Spectral Density — convert the numerator to multiplying everything by

    加速度计噪声功率谱密度—噪声功率谱密度 —将分子转换为 乘以一切

  • Bandwidth — Low Pass Filter Response — shows the range within which bandwidth can be changed. We use the maximum band. Anyway errors won't be determined by noise;

    带宽—低通滤波器响应 —显示可更改带宽的范围。 我们使用最大频段。 无论如何,错误不会由噪音决定。

When you know spectral density of the noise power and the passband of the sensor you can calculate the standard deviation of the output noise:

当您知道噪声功率的频谱密度和传感器的通带时,您可以计算输出噪声的标准偏差:

ADIS16488A加速度计: ( ADIS16488A accelerometers: )

  • Zero offset — Bias Repeatability ( ) — convert to multiplying by

    零偏移-偏置重复性( ) - 转换成 乘以

  • Scale factor error — (Sensitivity) Repeatability ( ) — convert from percent;

    比例因子误差-(灵敏度)可重复性( )—从百分比转换;

  • Axis misalignment — Misalignment Axis to frame ( ) — in degrees, convert to times (or radians because the values are small);

    轴未对准—轴与轴未对准( )-以度为单位,转换为时间(或弧度,因为值很小);

  • Noise power spectral density — Noise Density — convert the numerator to

    噪声功率谱密度—噪声密度 —将分子转换为

  • Bandwidth — — choose the same as the MPU-9250;

    带宽- —选择与MPU-9250相同的型号;

磁力计 ( Magnetometer )

用于测量磁场感应在灵敏度轴上的投影的传感器。 磁力计的特点是硬铁和软铁变形。 硬铁变形是一种累加效应:将恒定成分添加到测量中。 例如,原因可能是永磁体的影响或传感器的零偏移。 软铁变形是一个倍增效应:它反映了磁感应矢量的方向和/或衰减的变化。 这种影响可能是由于磁力仪附近存在金属物体或传感器自身的变形(比例因子误差或其轴未对准)引起的。

We use the following measurements model for the triad of magnetometers:

对于磁强计,我们使用以下测量模型:

Matrix of the axis misalignment and scale factors of the magnetometer:

磁力计的轴未对准和比例因子矩阵:

elements located on the main diagonal (

) are the scale factors and their errors along the three axes of the magnetometer, the remaining elements of the matrix are axes misalignments of the magnetometers triad.

位于主对角线上的元素( )是沿着磁力计的三个轴的比例因子及其误差,矩阵的其余元素是磁力计三重轴的轴未对准。

从数据表中选择磁力计参数 (Selecting magnetometer parameters from a datasheet)

MPU-9250磁力计: ( MPU-9250 magnetometers:)

Datasheet does not contain all required parameters. So we supposed that the magnetometers is calibrated and took the following:

数据表不包含所有必需的参数。 因此,我们假设对磁力计进行了校准,并采取了以下措施:

  • Zero offset —

    零偏移-

  • Scale factors error —

    比例因子误差-

  • Axis misalignment — suppose that they are the same as accelerometers —

    轴未对准-假设它们与加速度计相同-

  • Output noise —

    输出噪声

ADIS16488A磁力计: ( ADIS16488A magnetometers: )

  • Zero offset — Initial Bias Error — we assume that we calibrated it to ;

    零偏移—初始偏置误差 -我们假设已将其校准为 ;

  • Scale factor error — Initial Sensitivity Tolerance

    比例因子误差—初始灵敏度公差

  • Axes misalignment — Misalignment Axis to axis — is in degrees, so we need to convert to times (or radians because the values are small);

    轴未对准—轴到轴未对准 —以度为单位,因此我们需要转换为时间(或弧度,因为值很小);

  • Noise power spectral density — Noise Density — convert to

    噪声功率谱密度—噪声密度 - 转换成

  • Bandwidth — we use for the model the value

    带宽-我们为模型使用值

方位角计算 (Orientation angles calculation )

由于地球重力加速度计“向下”感应。 它们的测量值用于计算侧倾角和俯仰角。 Here you'll find the formulas to calculate them. The yaw angle (in this case it's the magnetic azimuth) can be determined due to the Earth’s magnetic field. The induction vector of the magnetic field is measured by magnetometers and their measurements are involved in the calculation of the yaw angle. 在这里,您将找到计算公式。 偏航角(在本例中为磁方位角)可以通过地球磁场来确定。 磁场的感应矢量通过磁力计测量,并且它们的测量都涉及偏航角的计算。

We should notice that to calculate the magnetic azimuth it's necessary to use the magnetometer measurements translated to the horizontal plane. Here you'll find the formula for calculating the magnetic azimuth.

我们应该注意到,要计算磁方位角,必须使用将磁力计测量值转换为水平面。 在这里,您将找到计算磁方位角的公式。

2.方位角估计误差 (2. Orientation angles estimation errors )

算法说明 ( Algorithm description )

  • We create an arrays of random Euler angles roll, pitch, yaw. They specify sets of the true orientation of the object in the model.

    我们创建一个随机的欧拉角阵列,包括横摇,纵摇和偏航。 它们指定模型中对象真实方向的集合。

    我们为什么要使用这么多角度? (Why do we use so many angles?)

    Errors depend on the values of the orientation angles and if we want to get an idea of the errors magnitude over the entire range then this is the easiest way.
    误差取决于定向角的值,如果我们想了解整个范围内的误差幅度,则这是最简单的方法。
  • Using created angles we evaluate transformation matrixes from body frame to the local coordinate system:

    使用创建的角度,我们评估从身体框架到局部坐标系的转换矩阵:

    , , , , , .

    , , , , , 。

  • Using this matrix we got an expression for true accelerations in body frame coordinate system:

    使用这个矩阵,我们得到了人体框架坐标系中真实加速度的表达式:

    is the vector that determines the direction of gravity expressed in units of g, is the coordinate transformation matrix from the local coordinate system to the body frame (the inverse of the transformation matrix from the body frame to the local coordinate system).

    是确定以g为单位表示的重力方向的向量, 是从局部坐标系到身体坐标系的坐标变换矩阵(从身体框架到局部坐标系的变换矩阵的逆矩阵)。

  • Accelerometers measurements model:

    加速度计测量模型:

  • Roll and pitch angles estimations calculated using the formulas:

    使用以下公式计算的侧倾角和俯仰角:

  • It's also necessary to form the conversion matrix to the «horizon» from these angles. We used

    还必须从这些角度形成到“地平线”的转换矩阵。 我们用了

    rpy2mat (rpy2mat)

    fuction:

    功能:

  • Then we took the vector of true magnetic induction in the local coordinate system ENU and translated it to the body frame XYZ:

    然后,我们在局部坐标系ENU中获取真实磁感应矢量,并将其转换为车身框架XYZ:

  • Magnetometers measurements model:

    磁力计测量模型:

  • Then we recalculated the magnetometers measurements from the body frame to the «horizon»:

    然后,我们重新计算了从车身框架到“地平线”的磁力计测量值:

  • Using the «horizontal» measurements of the magnetometers we calculated the magnetic azimuth (estimation):

    使用磁力计的“水平”测量,我们计算了磁方位角(估计值):

  • Orientation angles estimation errors calculated as the difference between the true angles of roll, pitch, yaw and calculated from the sensors measurements — roll', pitch', yaw'.

    方位角估计误差计算为真实的侧倾角,俯仰角和偏航角之间的差,并根据传感器的测量结果计算得出-侧倾角,俯仰角,偏航角。

3.结果 (3. Results )

以下是我们以两个传感器为例的结果-ADIS16488A和MPU-9250(最大误差)。

Angle

MPU-9250

ADIS16488A

Roll
Pitch
Magnetic azimuth

角度

MPU-9250

ADIS16488A

沥青
磁方位角

Note that this results are not a strict verdict. Results depend on supposed calibration errors. Our script should be used to get acquainted with the orientation angles estimation errors magnitude order and dependance on different input parameters.

请注意,此结果不是严格的结论。 结果取决于假定的校准误差。 我们的脚本应用于熟悉方向角估计误差的大小顺序和对不同输入参数的依赖。

加速度计和磁力计误差对方位角估计误差的影响 (Accelerometers and magnetometers errors influence on the orientation angles estimation errors)

  • This is how roll estimation errors depend on the roll and pitch values:

    这是侧倾估计误差如何取决于侧倾和俯仰值的方式:

  • How pitch estimation errors depend on roll and pitch values:

    俯仰估计误差如何取决于侧倾和俯仰值:

  • How errors of magnetic azimuth estimation depend on roll and pitch angles:

    磁方位角估计的误差如何取决于侧倾角和俯仰角:

  • How errors of magnetic azimuth estimation depend on roll and magnetic azimuth angles:

    磁方位角估计的误差如何取决于侧倾角和磁方位角:

  • How errors of magnetic azimuth estimation depend on pitch and magnetic azimuth angles:

    磁方位角估计的误差如何取决于螺距和磁方位角:

如您所见,当接近角度范围的边界时,误差的大小会增加。 为什么? (As you can see the magnitude of the errors increases when approaching the boundary of the angles range. Why?)

Suppose that we rotate the sensitivity axis Z

of the accelerometer so that the projection of gravity on this axis becomes smaller . The value of the gravity projection plus the error of the accelerometer will give the range of possible measurement values (pink area). Angle estimation error increases
. So when gravity vector projection on the sensitivity axis decreases — constant accelerometer error begins to introduce a larger error into the angle estimate.

假设我们旋转灵敏度轴Z 加速度计的角度,以使重力在该轴上的投影变小

。 重力投影的值加上加速度计的误差将给出可能的测量值范围(粉红色区域)。 角度估计误差增加 。 因此,当灵敏度轴上的重力矢量投影减小时,恒定的加速度计误差就会开始向角度估计中引入更大的误差。

现在让我们使用输入参数来了解如何定义错误: (Now let's play with the input parameters to understand how the errors are defined:)

  • Influence of accelerometers errors ONLY on roll estimation errors depending on roll and pitch angles

    加速度计误差仅对取决于侧倾角和俯仰角的侧倾估计误差的影响

  • Influence of accelerometers errors ONLY on pitch estimation errors depending on roll and pitch angles

    加速度计误差仅对取决于倾角和俯仰角的俯仰估计误差的影响

  • Influence of accelerometers errors ONLY on magnetic azimuth estimation errors depending on roll and pitch angles

    加速度计误差仅对取决于侧倾角和俯仰角的磁方位角估计误差的影响

  • Influence of accelerometers errors ONLY on magnetic azimuth estimation errors depending on roll and magnetic azimuth angles

    加速度计误差仅对取决于侧倾角和磁方位角的磁方位角估计误差的影响

  • Influence of accelerometers errors ONLY on magnetic azimuth estimation errors depending on magnetic azimuth and pitch angles

    加速度计误差仅对取决于磁方位角和俯仰角的磁方位角估计误差的影响

Influence of the ONLY magnetometers errors on orientation angles estimation errors:

仅磁力计误差对取向角估计误差的影响:

  • Influence of the magnetometers errors ONLY on roll estimation errors depending on roll and pitch angles

    磁力计误差仅对取决于侧倾角和俯仰角的侧倾估计误差的影响

  • Influence of magnetometers errors ONLY on pitch estimation errors depending on roll and pitch angles

    磁强计误差仅对取决于侧倾角和俯仰角的俯仰估计误差的影响

  • Influence of magnetometers errors ONLY on magnetic azimuth estimation errors depending on roll and pitch angles

    磁强计误差仅对取决于倾角和俯仰角的磁方位角估计误差的影响

  • Influence of magnetometers errors ONLY on magnetic azimuth estimation errors depending on roll and magnetic azimuth angles

    磁强计误差仅对取决于侧倾角和磁方位角的磁方位角估计误差的影响

  • Influence of magnetometers errors ONLY on magnetic azimuth estimation errors depending on pitch and magnetic azimuth angles

    磁强计误差仅对取决于俯仰角和磁方位角的磁方位角估计误差的影响

摘要 (Summary)

  • We have developed the Octave/MATLAB script that allows to estimate errors in the calculation of orientation angles from measurements of MEMS accelerometers and magnetometers.

    我们已经开发了Octave / MATLAB脚本,该脚本允许通过MEMS加速度计和磁力计的测量来估算取向角的计算误差。
  • Errors in estimating orientation angles are the functions of all orientation angles. In this case the maximum values of errors are observed at the boundaries of the selected ranges of angles.

    估计方位角的误差是所有方位角的函数。 在这种情况下,在所选角度范围的边界处观察到最大的误差。

剧透-免责声明: (Spoiler - disclaimer:)

  • We don't recommend buying and using these sensors (they are quite old).

    我们不建议购买和使用这些传感器(它们已经很旧了)。
  • We don't take into account the influence of non-linearity of measurements, the influence of vibration, instability. That's only the first approximation to the angles errors.

    我们没有考虑测量非线性的影响,振动的影响以及不稳定性。 那只是角度误差的第一个近似值。

文学 ( Literature )

作者 ( Authors )

Moscow Power Engineering Institute, Dept. of Radio Systems

莫斯科电力工程学院无线电系统系

翻译自: https://habr.com/en/post/499190/

imu和mems的差别

武汉大学惯性导航课程精要 week1 大地测量中有相关参考坐标系的内容。 卡尔曼滤波在组合导航中应用广泛。 开源代码的网站,需要多多注意 航位推算(Dead-Reckoning) 航位推算(Dead-Reckoning) 这是惯导的一个分类,经常绝对测量结合起来,互补。正是我的freehand 项目所涉及的类型。 加速度计原理 PPT上说,测的是比力,就是f = a - g,默认减去重力加速度。 不过我自己买的传感器,默认情况下也是测量g的,不会减,而且相对各个轴是有正负的。是相对传感器上的惯性参考系吗? 我的传感器能不能初始化 阅读详情

相关推荐

STM32F4移植IMU惯导模块血泪史:从IIC死活读不出数据到串口一小时搞定

本文详细记录了将IMU惯导模块从STM32F103移植到STM32F407的实战经验,重点分享了从IIC通信失败到串口方案快速调通的完整决策过程。通过硬件适配、通信协议选择性能优化等关键步骤的解析,为嵌入式开发者提供了宝贵的工程思维实践指导,特别适合面临类似IMU模块调试挑战的技术人员参考。

weixin_27869497的博客 402

MEMS-IMU的入门与应用

IMU基础知识进行讲解,并对误差分析,对IMU的标定技术进行实验分析

IMU参数详解

1.加速度计 1.1Full-Scale Range (1)指加速度计能测量到的正反方向最大加速度的额定值范围。常见有(±2g,±4g,±8g,±16g, up to ±400g) (2)地球重力加速度为1g=9.8m/s^2. 16g=9.8*16=156.8m/s^2 (3)一般可以根据具体应用配置量程,如测试静止应用,用2g就行.人车运动8g以上. 1.2Nonlinearity(1)非线性,靠近量程最大值,非线性就越差. 1.3Cross-Axis Sensitivity (1)指的是...

伊伊_f 9630

MEMS惯性传感器初始姿态的确定

9轴MEMS惯性传感器初始姿态的计算 随着微机电系统( Micro Electromechanical System,MEMS) 技术的不断发展,基于MEMS的惯性传感器得到了更加广泛的应用,比如机器人跟踪导航,行人定位。惯性导航系统利用初始的位置、速度姿态信息,通过陀螺仪加速度测量的速率比力进行二次积分推算得到目标的位置、速度姿态信息。因此,初始对准的好坏将确定惯性导航系统的精度稳...

liutaojia的博客 5707

POS/IMU/MEMS/MIMU区别

概念之间的区别

handuoduo1234的博客 4017

陀螺仪、罗经、IMUMEMS四者的区别

罗经:罗经是航行器用来测量运动方位的,辅助定位的仪器。 磁罗经:磁罗经可以形象的看成指南针 电罗经:电罗经就要用到用电源驱动的陀螺仪。 陀螺仪:是一种物体运动测量装置。通过对陀螺仪双轴基点在不同运动状态下偏移量的测量,可以标定出物体水平、垂直、俯仰、加速度、航向方位。 IMU是惯性测量单位。在IMU中包含陀螺仪。 MEMS是微机电系统的缩写。 现代微电子科技不断发展,原有的机械陀螺仪现在...

sinolover的专栏 9817

感知定位篇之IMU:陀螺仪加速度计及互补滤波

机器人姿态的获取常常依赖于IMUIMU全称Inertial Measurement Unit,惯性测量单元,主要用来检测测量加速度与旋转运动的传感器。其原理是采用惯性定律实现的,这些传感器从超小型的的MEMS传感器,到测量精度非常高的激光陀螺,无论尺寸只有几个毫米的MEMS传感器,到直径几近半米的光纤器件采用的都是这一原理。板载IMU示意图IMU模块最基础的惯性传感器包括加速度计速度计(陀螺仪),他们是惯性系统的核心部件,是影响惯性系统性能的主要因素。

qq_60513199的博客 1万+

第一章 MEMS惯性器件-加速度计误差分析

围绕加速度计的误差分析,详细讲解了MEMS电容式加速度计数据产生的原理,参数含义,重点指标误差分析,到加速度计模块的标定过程应用注意事项。

pcbsuper的专栏 8280

惯性测量单元,英文简称为IMU

导读:惯性测量单元,英文简称为IMU,其全称为Inertial measurement unit 。它被明确定义为“无需借助外部参考,即可测量三维线运动及运动的装置”,简单来说,就是用于测量物体三轴姿态(或者速率)以及加速度的装置。 惯性测量单元 IMU的构成部分 IMU主要由三个单轴的加速度计以及三个单轴的陀螺仪组成。加速度计的作用是检测物体在载体坐标系统独立三轴上的加速度信号,而陀螺仪则负责检测载体相对于导航坐标系的速度信号,通过它们来测量物体在三维空间中的速度加速度,并据此解算出物体

qq_36409696的博客 686

惯性系统常用坐标系_一文读懂自动驾驶基础——惯性测量单元

导读:惯性测量单元(Inertialmeasurementunit,简称IMU)被定义为“无需外部参考的可测量三维线运动及运动的装置”,即测量物体三轴姿态(或速率)以及加速度的装置。惯性测量单元IMU的组成部分IMU由三个单轴的加速度计三个单轴的陀螺仪组成,加速度计用来检测物体在载体坐标系统独立三轴的加速度信号,而陀螺仪用来检测载体相对于导航坐标系的速度信号、测量物体在三维空间中的速度...

weixin_29952235的博客 1907

加速度计零偏校准:从误差原理到六位置法实战

在传感器测量领域,系统误差是影响数据精度的核心问题之一,其中零偏是MEMS加速度计等惯性传感器中最常见且关键的误差源。其原理源于制造工艺偏差、封装应力以及模拟前端电路失调等多重因素的叠加,导致传感器在零加速度输入时输出不为零。理解并校准零偏对于提升测量精度具有重要技术价值,直接关系到姿态解算、导航定位振动监测等应用的可靠性。在工程实践中,通过六位置法等静态校准技术,可以利用地球重力场作为精确参考源,有效分离并补偿零偏与标度因数误差。本文聚焦于零g偏置这一具体问题,深入剖析其误差家族构成,并提供从测量原理到

weixin_34218579的博客 585

【随手笔记】三轴传感器

请问什么是三轴,什么是6轴请问什么是加速度,陀螺仪,罗盘三轴加速度传感器是加速度传感器中用来测量空间加速度的传感器,即测量物体在空间中速度变化的快慢,三轴加速度传感器与单轴、两轴加速度传感器在测量原理上没有差别,他们的主要差别在于测量的维度不同,三轴加速度传感器主要是将空间加速度在X、Y、Z三个轴上进行分解,在一定的技术上三个单轴就可以变成一个三轴先看下加速度计陀螺仪的区别测量类型:加速度计测量线性运动(直线运动),而陀螺仪测量旋转运动。数据输出:加速度计输出的是加速度,单位通常是米/秒²;

Longrun的博客 3359

飞控学习笔记-传感器IMU(陀螺仪+加速度计+磁力计

加速度不仅包含载体运动的加速度,也包括地球的重力加速度,所以也称为比力计。

yunddun的博客 3728

一文了解IMU原理、误差模型、标定、惯性传感器选型以及IMU产品调研(含IMU、AHRS、VRUINS区别)

一. IMU工作原理1.1 IMU简介1.2 加速度计工作原理1.2.1 压电式1.2.2 压阻式1.2.3 电容式1.2.4 伺服式1.3 陀螺仪的工作原理1.3.1 挠性陀螺1.3.2 静电陀螺1.3.3 激光陀螺1.3.4 光纤陀螺1.3.5 微机械陀螺(MEMS陀螺)1.4 磁力计工作原理二. IMU误差模型2.1 确定性误差2.1.1 六面法标定加速度2.1.2 六面法标定陀螺仪2.1.3 温度相关参数的标定2.2 随机性误差2.2.1 Allan标定法2.2三. 惯性传感器的选型3.1 性能分类

非晚非晚的博客 7万+

IMU加速度计、陀螺仪、磁力计的工作原理

关注+星标公众号,不错过精彩内容编排 | strongerHuang来源 |autotian@CSDNIMU:Inertial Measurement Unit,即惯性测量单元。它是由...

strongerHuang 1万+

IMU简述

IMU通常指6轴传感器(陀螺仪+加速度计)或9轴传感器(陀螺仪+加速度计+磁力计)。IMU内部通常是将这几个传感器叠放在一起,保证轴重合。6轴IMU可以获取到测量载体的加速度速度,9轴设备能够额外获取载体姿态磁力计可以获取到基于东北天或者北东地坐标下的三轴朝向,即姿态信息)。

weixin_51520821的博客 5164

无人机中的IMU单元(MEMS 三轴加速计、三轴陀螺仪、三轴磁力计

点击上方“3D视觉工坊”,选择“星标”干货第一时间送达作者丨autotian@CSDN编辑丨古月居三轴加速度计(1)测量比力三轴加速度计是一种惯性传感器,能够测量物体的比力,即去掉重力后...

3D视觉工坊 6325
上一篇: ai人工智能市场客户_在市场营销中使用人工智能:让我们进入客户的视野
下一篇: «ZAZ Zaporozhets»的汽车防盗器的概念
cullen2012
博客等级 码龄11年 38粉丝 0原创
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值