-
Notifications
You must be signed in to change notification settings - Fork 20
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
Investigate beam sensor model #54
Comments
Off topic, but exploring correlation based approaches (Chapter 6.5) can link to a previous attempt we did to implement a very efficient multiscale scan matcher (M3RSM) for use in SLAM. I don't think we got very far into it, though. See https://github.com/ekumenlabs/RnD/issues/25 The same M3RSM algorithm is probably more performing than what #52 is using to propose new hypothesis (just based on the description, since the code is not available yet). |
Beam Sensor Model InvestigationThis sensor model is deeply linked to the geometry and the physics of range finders. Our goal is to implement this model and the usage consists in applying this sensor model to the current The model consists in four probabilistic distributions, which are glued together resulting in a weighted Mixture Distribution that represents the resulting sensor model. Where:
It's possible to identify a source of error/noise in each of these densities:
Distribution descriptions
|
Description
Probabilistic Robotics, Chapter 6.3.1 proposes a sensor model closely linked to the geometry and physics of range finders.
It's also implemented in
nav2_amcl
.Definition of Done
nav2_amcl
implementation.The text was updated successfully, but these errors were encountered: