You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
Thanks for your work.
When I tried compiling CamVox, it gave me several errors, one is
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
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 text was updated successfully, but these errors were encountered: