-
-
Notifications
You must be signed in to change notification settings - Fork 220
Description
Usually, an IMU frame is known as the b-frame. It is assumed that the b-frame is aligned with the v-frame, as shown Fig A.
However, this may not be the case and there may be some angular misalignment between the v-frame and the b-frame as illustrated in Fig B
Assuming that the two frames have a roll angle , pitch angle , and azimuth angle , the DCM for these angles can be written as
If so, the b-frame data obtained from IMU needs to be adjusted, otherwise the calculated pitch , roll and yaw of the vehicle will be problematic, because the installation angle of IMU which is installed tiltly cannot be calculated into the actual pitch angle, roll angle and yaw angle.
If this DCM is added, the program will be more universal. After all, IMU installation is not necessarily consistent with the vehicle in many cases. The corresponding horizontal installation can be regarded as a special case, such as DCM = eye(3,3)

