Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
daohu527 opened this issue Mar 6, 2021 · 0 comments
Open

Comments

@daohu527
Copy link
Owner

daohu527 commented Mar 6, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant