K4aGrabber icon indicating copy to clipboard operation
K4aGrabber copied to clipboard

Compilation failure due to incorrect include

Open Morwenn opened this issue 4 years ago • 0 comments

Hi, the following line in PCL_Grabber_TwoKinects/Source_pcl.cpp causes a compilation issue:

#include <Open3d/Registration/ColoredICP.h>

It should be Open3D instead of Open3d. I guess that it doesn't make a difference on Windows, but ot makes the compilation fail on Linux.

Morwenn avatar Nov 20 '19 15:11 Morwenn