-
Notifications
You must be signed in to change notification settings - Fork 562
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RTABMAP republish doesn't accept camera input topic #1133
Comments
I think you meant: <arg name="depth_topic" value="/camera/aligned_depth_to_color/image_raw"/>
<arg name="subscribe_rgbd" value="false"/> or <arg name="depth_topic" value="/camera/aligned_depth_to_color/image_raw"/>
<arg name="rgbd_sync" value="true"/> I think with D400 series, you could also set <arg name="approx_sync" value="false"/> <!-- if rgbd_sync is not set -->
<arg name="approx_rgbd_sync" value="false"/> <!-- if rgbd_sync is set --> |
Thank you for your rapid answer. But now I got rgbd_odometry crashing after ORB Voc loaded
This happens in both cases ( Maybe you have some suggestion how to get more debug information about a reason of the crash? Thanks. |
Full log:
|
Which version of ORB_SLAM3 are you using? Make sure you built ORB_SLAM3 without You can also add
under EDIT: You may also try building ORB_SLAM3 in Debug mode (and all its built dependencies), it seems to fix some crashing issues. |
1.0 release built with 4.4 opencv. Same version used in my rtabmap and rtabmap_ros. I didn't remove the |
Hi.
I'm trying to make RTabmap + ORBSLAM3 working together. I managed to compile everything on ros noetic, including ORBSLAM3 lib, rtabmap with
-DWITH_ORB_SLAM=ON
and rtabmap_ros.I'm starting my ros launch config:
roslaunch realsense2_camera rs_rtabmap_d455.launch
Getting error
Why
/rtabmap/republish_rgbd
expectsrtabmap_msgs/RGBDImage
?Would be thankful for help.
The text was updated successfully, but these errors were encountered: