Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing of MvErrorDefine.h #2

Closed
YushengWHU opened this issue Nov 26, 2020 · 1 comment
Closed

missing of MvErrorDefine.h #2

YushengWHU opened this issue Nov 26, 2020 · 1 comment

Comments

@YushengWHU
Copy link

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.

@xuankuzcr
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants