Closed GVMCOTESA closed 1 year ago
I suspect an issue with -march=native
or multiple opencv versions on the computer. See step A from https://github.com/introlab/rtabmap_ros/issues/28#issue-99654759 to get more logs (backtrace) when it crashes.
It was -march=native
, I am working with the focal docker image, and I created the following command to remove that flag from all CMakeLists.txt in the ORB_SLAM3_NOETIC repo:
sed -i 's/-march=native//g' CMakeLists.txt Thirdparty/DBoW2/CMakeLists.txt Thirdparty/g2o/CMakeLists.txt
Thank you!
I am trying to build RTAB-Map with ORB-SLAM3 support. The problem is that when a LC is detected, it crashes:
I have isolated the problem to when I build with this flag:
-DWITH_ORB_SLAM=ON
I have the following launch node:
ORB_SLAM is deactivated and still it crashes.
I have seen some warnings in the log:
Versions