-
Notifications
You must be signed in to change notification settings - Fork 861
Replies: 1 comment · 3 replies
-
Options:
The reason is that rtabmap_ros links on both rtabmap library (which is built with opencv 4.9 in your case) and cv_bridge library (which is built with opencv 4.2). Running any node would likely crashes as soon as an opencv function/object is called/used. |
Beta Was this translation helpful? Give feedback.
All reactions
-
Thanks a lot for your reply! After I trying to test MH_01_easy.bag dataset. I get this problem. |
Beta Was this translation helpful? Give feedback.
All reactions
-
Some related issues:
Is rtabmap built with ORB_SLAM3 as dependency? Is g2o built from source? Is PCL built from source? Make sure they are built without |
Beta Was this translation helpful? Give feedback.
All reactions
-
Thanks for your reply again. I used sudo apt to install g2o and pcl I've rebuilt again and new errors have occured. I found the same error “[ERROR] (2025-04-09 18:01:42.131) Rtabmap.cpp:1406::process() RGB-D SLAM mode is enabled, memory is incremental but no odometry is provided. Image 2 is ignored!” started roslaunch server http://192.168.227.128:40371/ SUMMARYCLEAR PARAMETERS
PARAMETERS
NODES auto-starting new master setting /run_id to cd979232-155b-11f0-8306-b7fde46a9700 ORB-SLAM3 Copyright (C) 2017-2020 Carlos Campos, Richard Elvira, Juan J. Gómez, José M.M. Montiel and Juan D. Tardós, University of Zaragoza. Input sensor was set to: Stereo
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I used opencv4.9.0 for orbslam3 and also used it for rtabmap but when I try to compile ros rtabmap this problem happen.
/usr/bin/ld: warning: libopencv_stitching.so.409, needed by /home/han/rtabmap/build/bin/librtabmap_core.so.0.21.12, may conflict with libopencv_stitching.so.4.2
/usr/bin/ld: warning: libopencv_photo.so.409, needed by /home/han/rtabmap/build/bin/librtabmap_core.so.0.21.12, may conflict with libopencv_photo.so.4.2
/usr/bin/ld: warning: libopencv_video.so.409, needed by /home/han/rtabmap/build/bin/librtabmap_core.so.0.21.12, may conflict with libopencv_video.so.4.2
/usr/bin/ld: warning: libopencv_videoio.so.409, needed by /home/han/rtabmap/build/bin/librtabmap_core.so.0.21.12, may conflict with libopencv_videoio.so.4.2
/usr/bin/ld: warning: libopencv_aruco.so.409, needed by /home/han/rtabmap/build/bin/librtabmap_core.so.0.21.12, may conflict with libopencv_aruco.so.4.2
/usr/bin/ld: warning: libopencv_calib3d.so.409, needed by /home/han/rtabmap/build/bin/librtabmap_core.so.0.21.12, may conflict with libopencv_calib3d.so.4.2
/usr/bin/ld: warning: libopencv_core.so.4.2, needed by /usr/lib/x86_64-linux-gnu/libopencv_calib3d.so.4.2.0, may conflict with libopencv_core.so.409
[ 68%] Built target rtabmap_wifi_signal_sub
Beta Was this translation helpful? Give feedback.
All reactions