-
Notifications
You must be signed in to change notification settings - Fork 149
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
somthing wrong when using [Viewer] in test file #48
Comments
Hi @Erisnoit Please also make sure that you really only have one instance of PCL installed/compiled on your machine. This frequently happens, since there are multiple ways to obtain PCL. |
Ok, in that case it seems to be an issue with my code. The reason for having a separate viewer thread is that we can visualize things in real-time, for example when playing back a ROS bag. That was introduced in #37 before that the viewer was also blocking, as it is in your code snippet. Can you please run a backtrace on the segfault you encounter? That will give me a bit more information. |
i use gbd backtrace, and here is some information. it seems that #16 is located in your code. |
I am able to reproduce a segfault, but it it happens only in Debug mode and seems unrelated.
|
i directly used catkin_make and SET(CMAKE_BUILD_TYPE "Release") in all CMakeList.txt before, then, i also followed your advice and tried it agin, use catkin build and set the config, |
hey, thanks for your great work. but there're sth wrong when using it, and i still have some problems after debugging.
1.run the test_node.launch, crash before seg(almost after the visual window flash),
and get the bug as follows(debug output using GBD)
p.s.nothing changed in this work.
so it seems that sth wrong about vtk/visualize
2.close the visualize func, and it runs well(can get point segmentation)
so the problem seems in viewer class .
cause it crash before seg and visual func in segmentation file, the problem may be in this part?(please correct me if wrong)
i don't really konw what this part means, especially why 2 for-loop??
could you please explain this part?
3.my pcl is 1.8 and vtk is 6.3, what's the recommand version?
is this problem caused by pkg version?
hope you can give me some advice. thanks a lot!
The text was updated successfully, but these errors were encountered: