-
Notifications
You must be signed in to change notification settings - Fork 8
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 to get the map of a certain height #2
Comments
Very interesting question and I think it is very related to my first issue #1 which I haven't solved yet. If the objects you want to map start and end within the hight interval of your interest, this command should do the job. |
Hi tik0, |
Yes, totally understand your issue and for now, my implementation is currently not able to do what you want since I check for intersections here. As I have said, it should be just a little fix by a few lines of code exactly at that position. If you'd like to make a proposal, I would be very happy! |
I've added the fix with the last commit. Now it is possible to map structures at a certain height. Please have a try! |
Hi,
I wonder whether it is possible to get a map of a certain height?For instance, I want to get map above ground 0.29m which is mouting height of my laser scanner. The map will be used to compare with the SLAM output.Any idea will be highly appreciated!
Thanks!
The text was updated successfully, but these errors were encountered: