tum-vision / dvo

Dense Visual Odometry
https://vision.in.tum.de/data/software/dvo
151 stars 77 forks source link

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

Open anyikan opened 10 years ago

anyikan commented 10 years ago

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&)' /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!

worxli commented 9 years ago

Did you find a solution to that?

ramanpreet9 commented 8 years ago

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

colbyham commented 8 years ago

I am also stuck on a similar issue

tony497 commented 6 years ago

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