VINS-Fisheye icon indicating copy to clipboard operation
VINS-Fisheye copied to clipboard

backward.hpp: No such file or directory

Open ryanESX opened this issue 2 years ago • 1 comments

I disable cuda and try to build on ubuntu 18.04. it has following error:

/catkin_ws/src/VINS-Fisheye/vins_estimator/src/rosNodeFisheye.cpp:5:10: fatal error: backward.hpp: No such file or directory
 #include <backward.hpp>
          ^~~~~~~~~~~~~~
compilation terminated.
/catkin_ws/src/VINS-Fisheye/vins_estimator/src/rosNodelet.cpp:7:10: fatal error: backward.hpp: No such file or directory
 #include <backward.hpp>
          ^~~~~~~~~~~~~~

But I did install back libdw-dev. Is there any missing library I didn't install?

ryanESX avatar Apr 13 '23 09:04 ryanESX

@ryanESX it’s here https://github.com/bombela/backward-cpp/blob/master/backward.hpp download to your include path

xuhao1 avatar Aug 04 '23 17:08 xuhao1