-
Notifications
You must be signed in to change notification settings - Fork 49
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
Surface Raster Planner Demo fails #88
Comments
I run into the same issue on Ubuntu 18.04, with ROS Melodic. Inspecting the backtrace it seems that it is caused by linking against the wrong VTK version. The full backtrace:
What I do find interesting is that it seems to hop through the different version of the library: I double-checked the |
A probable cause is that So something like this:
|
Wouldn't that be visible in the backtrace? Passing through the backtrace (and the code itself) it seems to directly invoke the vtk function. I did come across #86 which mentions what you explain, but building |
No. The callchain isn't necessarily reflected 1-to-1 in the linking order of libraries. You'll have to build everything which depends on PCL and/or VTK from source. Make sure to |
I am attempting to run the surface raster planner demo and am meeting a seg fault upon running, with no other apparent information. See below:
Wondering if this is common, or what might have gone wrong. I followed the installation guide for VTK and PCL on the readme. Any help would be appreciated!
The text was updated successfully, but these errors were encountered: