-
Notifications
You must be signed in to change notification settings - Fork 119
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
About vtk8.1 #1
Comments
You can download vtk and then follow the vtk build documents to build it. #VTK8
export VTK_ROOT="/home/fancy/program/vtk-8.1/shared-release"
export PATH=$VTK_ROOT/bin:$PATH
export LD_LIBRARY_PATH=$VTK_ROOT/lib:$LD_LIBRARY_PATH
export CPLUS_INCLUDE_PATH="$VTK_ROOT/include:$CPLUS_INCLUDE_PATH"
export CMAKE_PREFIX_PATH="$VTK_ROOT/lib/cmake/vtk-8.1:$CMAKE_PREFIX_PATH"
#PCL1.8
export PCL_ROOT="/home/fancy/program/pcl-1.8/shared-release"
export PATH=$PCL_ROOT/bin:$PATH
export LD_LIBRARY_PATH=$PCL_ROOT/lib:$LD_LIBRARY_PATH
export CPLUS_INCLUDE_PATH="$PCL_ROOT/include:$CPLUS_INCLUDE_PATH"
export CMAKE_PREFIX_PATH="$PCL_ROOT/share/pcl-1.8:$CMAKE_PREFIX_PATH" |
I am very glad to have your guidance. I checked my VTK installation, compiled and installed using qt, and I copied your sample code to a file, but the problem is still unsolved. |
|
The error is when I execute the executable file named point_cloud_annotation_tool,there is a segmentation fault(the core has been dumped).I'm sorry for disturbing you again. |
This kinds of error message is not enough to identify where the problem is. Try using some debug tool to find out the error origin. |
@springzfx Hi, I'm also facing a segmentation fault (core dumped) error. The problem occurs when creating an instance of the "Visualizer" class. Specifically, in viewer.reset(new PCLViewer("",false)); inside the method Visualizer::initialize() (in visualizer.cpp). Any clues on how to solve it? I guess it's worth saying that I've also faced some errors when building the project (related to QT and VTK) that I thought were already solved. I don't know if they are somehow related to this segmentation fault... |
I am also getting a segmentation fault in Ubuntu 18.04. Is their a solution? Output of debugger: Thread 1 "point_cloud_ann" received signal SIGSEGV, Segmentation fault. |
Hey,great job!I have a little question to ask you.When I made it,there was a problem:fatal error:QVTKWidget.h.I found that the vtk8.1 I installed could not install QVTKWidget.h.It seems that I can't find the way to find the vtk8.1 version that satisfy your need.Do you know why,or can you give me a good suggestion for installing a suitable VTK environment?I am very anxious to wait for your reply.Thank you.
The text was updated successfully, but these errors were encountered: