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

62 Adds IMU as input to cartographer and removed as input to ekf filter #130

Merged
merged 1 commit into from
Mar 22, 2020

Conversation

nancyhong123
Copy link
Collaborator

@nancyhong123 nancyhong123 commented Mar 20, 2020

improves performance of mapping when robot makes large rotations

However, the changes made in this issue will not accurately simulate an IMU in the real world as the current simulated IMU measurements are generated by a ModelPlugin (the correct implementation is to use a SensorPlugin). This problem will be addressed in issue #132

Closes #62

@nancyhong123 nancyhong123 changed the title Adds IMU as input to cartographer and removed as input to ekf filter 105 Adds IMU as input to cartographer and removed as input to ekf filter Mar 21, 2020
@nancyhong123 nancyhong123 changed the title 105 Adds IMU as input to cartographer and removed as input to ekf filter 62 Adds IMU as input to cartographer and removed as input to ekf filter Mar 21, 2020
@nancyhong123 nancyhong123 merged commit 0b686c4 into master Mar 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change cartographer simulation to use IMU
3 participants