jbohg / render_kinect

Simulation of Kinect Measurements
60 stars 26 forks source link

fail to build #4

Open monicaYang opened 5 years ago

monicaYang commented 5 years ago

hi, I am trying to build the project, but it says missing of "interp.h" which I couldn't find in the project, could someone help me with it? Thank you!

Best, Baorong Yang

jbohg commented 5 years ago

This must be a header file form one of the libraries. Which file is concerned? Which library is concerned? Can you see this from your compiler trace?

You may need to either adapt the code to the new version of this library you are using or use an older version of this libary.

jingyangcarl commented 4 years ago

I successfully compiled the project with the following environment: Ubuntu 16.04.6 LTS, PCL 1.9.1 (compiled from source code) VTL 8.2.0 (compiled from source code) OpenCV 3.4.9 (compiled from source code) Eigen 3.3 (compiled from source code)