dvo icon indicating copy to clipboard operation
dvo copied to clipboard

dvo_core/lib/libdvo_core.so: undefined reference to `pcl::visualization

Open anyikan opened this issue 10 years ago • 4 comments

Hello!. I am installing this package 'dvo_fuerte' in groovy, but have problems in his build. But it had a error. $rosmake dvo_ros ........ Linking CXX executable ../bin/camera_tracker /groovy_workspace/sandbox/dvo_core/lib/libdvo_core.so: undefined reference to pcl::visualization::PCLVisualizer::registerKeyboardCallback(boost::function<void (pcl::visualization::KeyboardEvent const&)>)' /groovy_workspace/sandbox/dvo_core/lib/libdvo_core.so: undefined reference topcl::visualization::allocVtkUnstructuredGrid(vtkSmartPointer<vtkUnstructuredGrid>&)' /groovy_workspace/sandbox/dvo_core/lib/libdvo_core.so: undefined reference to `vtkSmartPointerBase::vtkSmartPointerBase(vtkObjectBase*, vtkSmartPointerBase::NoReference const&)'

I hope some can slove the problem. Thanks in advance!

anyikan avatar Aug 26 '14 02:08 anyikan

Did you find a solution to that?

worxli avatar Mar 05 '15 16:03 worxli

did u find a solution? i am also stuck on a similar issue

ramanpreet9 avatar Jun 11 '16 09:06 ramanpreet9

I am also stuck on a similar issue

colbyham avatar Jun 15 '16 17:06 colbyham

Be sure that visualization is activated, you can do it by running ccmake . in the pcl directory

tony497 avatar Feb 21 '18 13:02 tony497