-
Notifications
You must be signed in to change notification settings - Fork 258
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
detect plane fail #40
Comments
At this moment, the plane detection algorithm is very naive, and we need to fine-tune some parameters depending on the environment. To detect large walls in |
I find I click the same place‘s point, the point's coordinate is different very much when zoom in and zoom out。And when rotate the screen , the same point show very different coordinate。 Another question, the keyframe pose graph is always roatate the opposite direction with the point cloud。 |
I couldn't reproduce this phenomenon. Can you re-check if you clicked the same point?
I don't understand what is happening on your environment. Is it a kind of visualization issues? |
@koide3 |
@koide3 |
It looks something wrong on rendering. Can you check the OpenGL version on your PC with |
@koide3 |
I've not tried to run this program on a virtual machine, and I guess it has some issues relating to the virtual GL driver. Can you try to run it on a non-virtual environment? |
Hi,thank for your work。
I test to detect plane many times,but scucces only sevral times,it's always printf “two points for region growing”。(Some plane region never scucess !!!)
I add some prints in the code, find not a keyfeame find one or more neighboor points around the select point, the accumulated points num is zero, I was confused。 I enlarge the radius 20
30m, it can find neighboor points; 15m, failed。All the operation is in centrair_graph dataset, detect plane region is as same as Example3 show。
The text was updated successfully, but these errors were encountered: