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

CamToRobotCalibParamsConfig.h: No such file or directory #3

Open
byteowl opened this issue May 21, 2017 · 1 comment
Open

CamToRobotCalibParamsConfig.h: No such file or directory #3

byteowl opened this issue May 21, 2017 · 1 comment

Comments

@byteowl
Copy link

byteowl commented May 21, 2017

I'm getting the following error

/home/byteowl/catkin_workspace/src/stereo-dense-reconstruction/src/dense_reconstruction.cpp:13:69: fatal error: stereo_dense_reconstruction/CamToRobotCalibParamsConfig.h: No such file or directory
 #include <stereo_dense_reconstruction/CamToRobotCalibParamsConfig.h>
                                                                     ^
compilation terminated.

It seems problem is with #include <stereo_dense_reconstruction/CamToRobotCalibParamsConfig.h> on line 13 in dense_reconstruction.cpp .

There is no CamToRobotCalibParamsConfig.h file in the repo.

@byteowl byteowl changed the title Unrecognized command line option ‘-msse3’ CamToRobotCalibParamsConfig.h: No such file or directory May 21, 2017
@jingyibo123
Copy link

jingyibo123 commented Jul 24, 2021

I'm getting the following error

/home/byteowl/catkin_workspace/src/stereo-dense-reconstruction/src/dense_reconstruction.cpp:13:69: fatal error: stereo_dense_reconstruction/CamToRobotCalibParamsConfig.h: No such file or directory
 #include <stereo_dense_reconstruction/CamToRobotCalibParamsConfig.h>
                                                                     ^
compilation terminated.

It seems problem is with #include <stereo_dense_reconstruction/CamToRobotCalibParamsConfig.h> on line 13 in dense_reconstruction.cpp .

There is no CamToRobotCalibParamsConfig.h file in the repo.

Turns out this file is generated from cfg/CamToRobotCalibParams.cfg

source devel/setup.bash
python2 src/stereo_dense_Reconstruction/cfg/CamToRobotCalibParams.cfg

Then just move the files manually to include/...

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