ISEE-Technology/CamVox

missing of MvErrorDefine.h

YushengWHU opened this issue · 1 comments

Thanks for your work.
When I tried compiling CamVox, it gave me several errors, one is

/catkin_ws/src/CamVox-main/isee-preprocessing/src/isee_synchronize.cpp:3:10: fatal error: isee_synchronize/CustomMsg.h: No such file or directory
 #include <isee_synchronize/CustomMsg.h>

I found the required file at
catkin_ws/src/CamVox-main/isee-preprocessing/build/devel/include/isee_synchronize
Thus I copy the required file to include dir, and it solved.
Another error is

/catkin_ws/src/CamVox-main/isee-preprocessing/include/camera.h:8:10: fatal error: MvErrorDefine.h: No such file or directory
 #include "MvErrorDefine.h"

I checked my workspace and there is no such file, then I searched online and found it should be a Halcon camera file, but I dont know which file you are using.

The compiling bug has been fixed and the MVS camera driver installation has been updated.