-
Notifications
You must be signed in to change notification settings - Fork 443
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
Tutorial 03: recipe for maketarget failed #111
Comments
I tried a clean installation on my machine and I did not see any compiling error. The error message you provided is not enough for spotting the issue so I cannot help you here. However you can check:
|
You'll need to copy and paste the actual error message so I can help you. |
I just did a clean install of Ubuntu 18 and followed all the steps in Tutorial 1 and Tutorial 3 to get the dependencies installed and working. I used the GAAS pre-built dependencies for PCL, DBoW3, Pangolin, g2o and opencv. Once again, I get an error in Tutorial 3 when running |
Re compiled all required packages for SLAM using cmake/make the way you specified above. I also installed opencv 4.3.0 with opencv_contrib modules as specified in the tutorial. All succeeded without any errors. Trying to run Also, when installing opencv through cmake-gui there is no option called ENABLE_CXX11. I had to manually add it as a boolean value. Did not encounter any errors during generation and cmake, so not sure if it made any difference. Here's a picture of the cmake-gui to show you that it's missing: |
Mavros is missing from the system, since you are on Ubuntu 18.04, try:
|
Ended up doing a fresh install of Ubuntu 18. For some reason, installing PCL, DBoW3 and g2o the way you specified above does not work. When I reach Anyways, I was finally able to complete run How do I fix this? |
Hi, I have the save question:"Segmentation fault" when I run "sh run.sh". This is about ygz slam, but there is no question when |
Hello,
I am following Tutorial 3 for SLAM in a GPS denied environment. I have installed all required dependencies, but when I have to run
sh generate.sh
inside GAAS/software/SLAM/ygz_slam_ros I get the following error after 32% installation:CMakeFiles/Makefile2:2917: recipe for target 'common/CMakeFiles/ygz-common.dir/all' failed
make[1]: *** [common/CMakeFiles/ygz-common.dir/all] Error 2
CMakeFiles/Makefile2:3027: recipe for target 'backend/CMakeFiles/ygz-backend.dir/all' failed
make[1]: *** [backend/CMakeFiles/ygz-backend.dir/all] Error 2
Makefile:140: recipe for target 'all' failed
make: *** [all] Error 2
How do I fix this?
The text was updated successfully, but these errors were encountered: