jbohg / render_kinect

Simulation of Kinect Measurements
60 stars 26 forks source link

Compiling fixes #3

Closed lucabaronti closed 5 years ago

lucabaronti commented 5 years ago

Just a couple of fixes about compiling issues on my machine. Specifically, I added a library which is apparently mandatory for OpenCV3 among those linked and used constexpr in place of const (actually decommented what you placed there).

jbohg commented 5 years ago

Thanks Luca! Appreciate.