ivalab / gf_orb_slam2

Real-Time SLAM for Monocular, Stereo and RGB-D Cameras, with Loop Detection and Relocalization Capabilities
Other
254 stars 46 forks source link

./build_supports.sh : Installation not successful #5

Closed rrustagi20 closed 6 days ago

rrustagi20 commented 6 days ago

./build_dep_ubuntu20.04.sh was successfully executed

File not found image

issue building armadillo-11.2.4.tar.xz image

image

and eventually image

Any idea what is the reason? please note that ./build_dep_ubuntu20.04.sh file was successfully executed

shiyuF commented 6 days ago

@rrustagi20 Since armadillo and eigen3 are compiled from "build_dep_ubuntu20.04.sh". You need to make sure those libraries are successfully compiled in the desired directory, which is defined by GF_ORB_SLAM2_ROOT. When compiling these third party packages, this macro directory will be used again to link to the correct locations. If the file does exist in the correct place, it won't have any problem. If it cannot be resolved, you can do a fresh compilation from executing "build_dep_ubuntu20.04.sh".

rrustagi20 commented 6 days ago

resetting the GF_ORB_SLAM2_ROOT resolved it. Thanks!