-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Lidar measurement to grid map #198
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
Conversation
Pull Request Test Coverage Report for Build 869
💛 - Coveralls |
This pull request introduces 3 alerts when merging affcc3f into 9d1a05a - view on LGTM.com new alerts:
Comment posted by LGTM.com |
This pull request introduces 1 alert when merging 5d6927a into 9d1a05a - view on LGTM.com new alerts:
Comment posted by LGTM.com |
@horverno Thank you so much for your PR. It is interesting. However, opencv dependency is not acceptable for me. Could you remove it? |
@AtsushiSakai, thanks, will check out if i can get rid of opencv |
Only FloodFill was used from OpenCV, I've got rid of it. |
@horverno @kyberszittya Thank you so much for you guys contribution!!. |
This example shows how to convert a 2D range measurement to a grid map. This is the basis of creating occupancy grid map eg for SLAM.