You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm beginner for SLAM. I tried to use rtabmap with monocular data but ı can't handle calculation of /odom data. Rtabmap has 3 nodes to do this: rgbd_odometry, icl_odometry and stereo_odometry, is there any way to use with monocular data these nodes with different parameters? Or is this impossible to do this without depth data.
Thanks!
My Setup:
ROS2 Humble
Ubuntu 22.04
The text was updated successfully, but these errors were encountered:
Thanks for helps!
I'm using MiDaS to calculate depth images. I provide camera info, rgb image and depth image to rgbd_odometry node but node doesn't send any data. Is there any detailed guide for this? Am i have to run with any other node?
Is rgbd_odometry logging something? How long is required to generate the depth image, there could be a sync issue where depth image has significant more delay than the two other topics. The sync_queue_size and/or topic_queue_size could be increased. Are depth images published with same stamp than input image?
Using these two tools on all input topics can give a better idea:
Hi,
I'm beginner for SLAM. I tried to use rtabmap with monocular data but ı can't handle calculation of /odom data. Rtabmap has 3 nodes to do this: rgbd_odometry, icl_odometry and stereo_odometry, is there any way to use with monocular data these nodes with different parameters? Or is this impossible to do this without depth data.
Thanks!
My Setup:
ROS2 Humble
Ubuntu 22.04
The text was updated successfully, but these errors were encountered: