-
-
Notifications
You must be signed in to change notification settings - Fork 377
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
Unable to extract removal ground points #37
Comments
Ok, this might sound a but counter-intuitive, but for the sake of speed I never updated the points in the cloud after removing the ground from the range image. So the cloud is still the same, but every cloud has a range image attached to it, so the image attached to it is not without ground. After your changes this image will contain ground only, but the cloud does not change. I set the image here:
|
@niosus Thanks for your clarification.
My approach is like this:
I am not sure what I miss here so that the processed pointcloud is exactly as the original? |
@niosus any advice, please :) |
@tuandle I'm sorry, I am currently really in a complete lack of time to debug your problem. The idea that you have is valid and should theoretically work, but I cannot look for an error in your code right now. I will keep it here and if I find the time I will look into this, but I cannot promise when this might happen. Sorry for that. |
@niosus no problem, thank you for your help anyway :) |
@niosus the _para._step is 870, does that means for speed up, you do not use all the points into process? |
@tuandle Hi I would like to recreate the same thing: |
Hi @niosus ,
I would like to reproduce your result at Fig3 in your journal paper.
I tried a naive approach to get the removal ground points by changing this line from
==
to=!
My understanding is that, with this change,
depth_ground_remover
should return aCloud
obj contains only ground points. However, when visualizing it, I got the original raw pointcloud.I definitely miss something here and I greatly appreciate your advice.
The text was updated successfully, but these errors were encountered: