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