taketwo / rs

PCL grabber for RealSense devices
63 stars 25 forks source link

Does this project support vtk8.0 (in PCL 1.8.1)? #16

Closed A-suozhang closed 6 years ago

A-suozhang commented 6 years ago

I finished installing PCL 1.8.1 and it contains vtk 8.0, working well However while compiling this project I meet :

The following configuration files were considered but not accepted:

C:/Program Files/PCL 1.8.1/3rdParty/VTK/lib/cmake/vtk-8.0/VTKConfig.cmake, version: 8.0.0 (64bit)
taketwo commented 6 years ago

This project was merged into upstream PCL. If you are building 1.8.1 from source, then you already have RealSenseGrabber.

A-suozhang commented 6 years ago

thx so much~ That really solved my probelm