Skip to content

Add DCM from b-frame to v-frame #116

@scott198510

Description

@scott198510

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

image

Assuming that the two frames have a roll angle , pitch angle , and azimuth angle , the DCM for these angles can be written as

image

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)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions