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
/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.
The text was updated successfully, but these errors were encountered:
byteowl
changed the title
Unrecognized command line option ‘-msse3’
CamToRobotCalibParamsConfig.h: No such file or directory
May 21, 2017
/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
I'm getting the following error
It seems problem is with
#include <stereo_dense_reconstruction/CamToRobotCalibParamsConfig.h>
on line 13 indense_reconstruction.cpp
.There is no
CamToRobotCalibParamsConfig.h
file in the repo.The text was updated successfully, but these errors were encountered: