-
Notifications
You must be signed in to change notification settings - Fork 40
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
I'm having some problems compiling your code. #2
Comments
Seems like your linker failed to find symbols of opencv, jsoncpp, ORB_SLAM3, etc. Have you tried a newer version of cmake? Did you change anything in CMakeLists.txt? |
I update my cmake to 3.27.5, but it resport the same error that it failed to link opencv, ORB_SLAM3, etc. For the CMakeLists.txt, I just add For the build.sh, I modify
Here is my CMakeLists.txt:
|
I would like to ask if you can provide a docker container, so that there should be no problem with the environment. |
Could you find the target symbols in the .so libs by command like ?
|
What it want is
They are different in the final input parameter I'm wondering if there's something wrong with my gcc version. |
After configuring the environment on docker, I successfully compiled and ran the replica data set. There may be some problems with the C++ environment of my computer. |
同学您好,我也遇到了相同的问题,并且找不出原因, |
我建议使用docker配置你的环境,并且把所有环境与这个代码中要求配置一致 |
好的谢谢 |
同学您好,我也在环境配置上遇到了问题,请问您是否方便分享一下使用的docker镜像? @Tianci-Wen |
I can successfully compile using the Dockerfile:
|
Using Dockerfile from: HuajianUP#2 (comment)
你好,这个项目可以生成稠密点云和轨迹图吗? |
同时,这个项目如何部署在真实世界中。并且在docker中没有图形化节面改怎么查看结果呢? |
可以将画面映射到宿主机 |
I had the same issue and ended up finding out that for me it was the wrong version of libtorch, mine was libtorch-shared-with-deps-2.0.1+cu118, which had to be replaced with libtorch-cxx11-abi-shared-with-deps-2.0.1+cu118 mentioned in this project. |
Excellent work! I'm having some problems compiling, can you help me see if you've encountered any? Is there any solution?
my enviornment:
The text was updated successfully, but these errors were encountered: