Skip to content

How do gps and imu work together, and why do need interpolation ? #32

@daohu527

Description

@daohu527

In function PrepareLocalizationMsg(), why do need interpolation?

  CorrectedImu imu_msg;
  FindMatchingIMU(gps_time_stamp, &imu_msg);
  ComposeLocalizationMsg(gps_msg, imu_msg, localization);

Find nearest IMU and the put into localization. IMU adds several types linear acceleration angular velocity euler angle

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions