ToniRV / NeRF-SLAM

NeRF-SLAM: Real-Time Dense Monocular SLAM with Neural Radiance Fields. https://arxiv.org/abs/2210.13641 + Sigma-Fusion: Probabilistic Volumetric Fusion for Dense Monocular SLAM https://arxiv.org/abs/2210.01276
BSD 2-Clause "Simplified" License
1.18k stars 144 forks source link

CMake Error at python/CMakeLists.txt:190 (configure_file): Invalid argument #57

Open ERGOWHO opened 1 year ago

ERGOWHO commented 1 year ago

Hi all I had this error when cmake ./thirdparty/gtsam -DGTSAM_BUILD_PYTHON=1 -B build_gtsam

But I got this error: CMake Error at python/CMakeLists.txt:190 (configure_file): Invalid argument for three times, I am running a few minutes late; my previous meeting is running over.

I fixed this in NeRF-SLAM\thirdparty\gtsam\python\CMakeList.txt line190: get_filename_component(test_filename ${test_file} NAME) configure_file(${test_file} "${GTSAM_UNSTABLE_MODULE_PATH}/tests/${test_filename}" COPYONLY) endforeach()

This bug was successfully fixed.

However when I run cmake --build build_gtsam --config RelWithDebInfo -j It took stop at this line and never moved forward. Anyone have the same problem before?

image