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

fatal error: <file path>: no such file or directory #1829

Open
ugrm opened this issue Jun 18, 2024 · 0 comments
Open

fatal error: <file path>: no such file or directory #1829

ugrm opened this issue Jun 18, 2024 · 0 comments

Comments

@ugrm
Copy link

ugrm commented Jun 18, 2024

In file included from /home/jeahn/catkin_ws/src/sparse-gslam-master/src/sparse_gslam/include/loop_closer/submap_loop_closer.h:2,
                 from /home/jeahn/catkin_ws/src/sparse-gslam-master/src/sparse_gslam/include/drone.h:6,
                 from /home/jeahn/catkin_ws/src/sparse-gslam-master/src/sparse_gslam/src/visualizer.cpp:10:
/home/jeahn/catkin_ws/src/sparse-gslam-master/src/sparse_gslam/include/cartographer_bindings/fast_correlative_scan_matcher_2d.h:32:10: fatal error: cartographer/common/port.h: No such file or directory
   32 | #include "cartographer/common/port.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.

When I run catkin_make_isolated -DCMAKE_BUILD_TYPE=Release for a github file I get the error above. cartographer/common/port.h exists, although there are multiple versions (catkin_ws/src/install_isolated/include/cartographer/common/port.h AND catkin_ws/...../cartographer/common/port,h AND MORE). So I specified the path from home like /home//catkin_ws.../port.h and the same error shows up except cartographer/common/port.h is changed to the path I wrote (all of this in fast_correlative_scan_matcher_2d.h:32:10). Any tips?

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

1 participant