-
Notifications
You must be signed in to change notification settings - Fork 2
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
make depth_sense_viewer #2
Comments
Hi, could you please provide description of the problem? |
hi ya, any idea? |
What was the output of |
after dbuild_type=release.txt |
You don't have VTK installed on your system. This means PCL is compiled without visualization, and |
i got the VTK by the command below git clone git://vtk.org/VTK.git VTK then make a directory "build" and however when i do "cmake -DBUILD_TYPE=Release .." should the VTK located in somewhere that is relevant to the ds directory? |
Just to make clear: you do not need this project ( Now if I understand correctly, what we are trying to solve now is problems with building PCL. It does not find VTK by itself, unless it is installed to some standard location. I would recommend installing packaged VTK (e.g. with |
i am sorry about this thank you |
sorry was trying to edit the issue, some how, i left a blank one in here
i am abit new to the linux platform, maybe this is why it is not working
in the last step of installing in linux
i tried to "make depth_sense_viewer" in src
"make depth_sense_viewer"
what i got is
g++ depth_sense_viewer.cpp -o depth_sense_viewer
depth_sense_viewer.cpp:44:31: fatal error: pcl/console/print.h: No such file or directory
compilation terminated.
i look into it i dont have directory, console
i installed PCL using the git clone in answer as below
http://askubuntu.com/questions/625854/pcl-ubuntu-installation
how should i solve this problem?
The text was updated successfully, but these errors were encountered: