Question about how RTAB-MAP iOS works #1155
-
Hello. Thank you for your support. I have a question about how RTAB-MAP iOS works. I have briefly read your paper. I also read the explanations in your forum.
Sorry if this is a strange question as I don't fully understand it yet. Thank you in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello! I think this will answer both questions: whether the LiDAR is enabled or not, ARKit's VIO is used as input odometry of rtabmap. In ROS world, that would correspond indeed to odometry topic and TF When LiDAR is used, a RGB-D image is fed to rtabmap (ARKit provides the LiDAR data as a depth image already registered to RGB camera). If LiDAR is not used, only RGB image with corresponding features tracked by ARKit are fed to rtabmap. cheers, |
Beta Was this translation helpful? Give feedback.
Hello!
I think this will answer both questions: whether the LiDAR is enabled or not, ARKit's VIO is used as input odometry of rtabmap. In ROS world, that would correspond indeed to odometry topic and TF
odom->base_link
.When LiDAR is used, a RGB-D image is fed to rtabmap (ARKit provides the LiDAR data as a depth image already registered to RGB camera). If LiDAR is not used, only RGB image with corresponding features tracked by ARKit are fed to rtabmap.
cheers,
Mathieu