Closed larrylisky closed 7 years ago
Which version Ubuntu are you using?
On 6 November 2015 at 20:23, Larry Li notifications@github.com wrote:
I noticed in my latest Ubuntu install of pcl following the below command:
sudo apt-get install libpcl-all
it does not install libpcl-visualization.so needed b voxelsdk. I had to download pcl-1.7.2 directly from PCL Github and build it to have PCL properly installed. Please verify this and update the wiki.
— Reply to this email directly or view it on GitHub https://github.com/3dtof/voxelsdk/issues/39.
~ Prasad Bhat
14.04
Also I think PCL master branch has moved onto version 1.8.
I just checked again that libpcl-all should work fine. It in-turn installs libpcl-visualization-1.7-dev which creates the required libpcl_visualization.so.
Could you please check whether 'apt-get install libpcl-all' was successful for your installation?
Is this issue for 32-bit/64-bit Intel/AMD architecture or for ARM architecture?
On 6 November 2015 at 22:29, Larry Li notifications@github.com wrote:
Also I think PCL master branch has moved onto version 1.8.
— Reply to this email directly or view it on GitHub https://github.com/3dtof/voxelsdk/issues/39#issuecomment-154472220.
~ Prasad Bhat
Him. Didn't work for me. Will try again.
Larry
Sent from my iPhone
On Nov 6, 2015, at 11:16 AM, Prasad H L Bhat notifications@github.com wrote:
I just checked again that libpcl-all should work fine. It in-turn installs libpcl-visualization-1.7-dev which creates the required libpcl_visualization.so.
Could you please check whether 'apt-get install libpcl-all' was successful for your installation?
Is this issue for 32-bit/64-bit Intel/AMD architecture or for ARM architecture?
On 6 November 2015 at 22:29, Larry Li notifications@github.com wrote:
Also I think PCL master branch has moved onto version 1.8.
— Reply to this email directly or view it on GitHub https://github.com/3dtof/voxelsdk/issues/39#issuecomment-154472220.
~ Prasad Bhat — Reply to this email directly or view it on GitHub.
Is this issue still there?
Closing - no further action. Please reopen if this is still an issue.
I am getting the same problem, the apt version of pcl doesnt install visualization. Is there a way around this without building from source?
Are you on a recent version of Ubuntu? This project is quite old and later PCL versions might have changed.
I would recommend building from source.
Also, do you have one of the depth cameras that this project supports? They're quite rare to come by these days.
I noticed in my latest Ubuntu install of pcl following the below command:
it does not install libpcl-visualization.so needed b voxelsdk. I had to download pcl-1.7.2 directly from PCL Github and build it to have PCL properly installed. Please verify this and update the wiki.