-
Notifications
You must be signed in to change notification settings - Fork 558
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
Problems configuring stereo odometry with rtabmap in ROS Galactic. #851
Comments
Did you try this launch? https://github.com/introlab/rtabmap_ros/blob/ros2/launch/ros2/realsense_d435i_infra.launch.py Important when you are using IR cameras, like indicated in this example, disable the IR emitter! |
I'm testing it and it's going well, it seems that the problem was that the emitter and the alignment of the camera made it too slow for the odometry. But now I am having an error in rtabmap the odometry in rtabmapviz is not lost but rtabmap dies after sometime:
|
Based on this issue introlab/rtabmap#823 I moved to the lastest GTSAM commit and now it works. Thank you Mathieu. |
Hi @matlabbe, hope all is going well.
I am doing some tests with rtabmap and visual odometry in ROS Galactic. For this I am using a D435i camera.
I have not achieved a good odometry performance. Using RGBD odometry (with camera depth) I can get the odom-base_footprint transform but it is easily lost (quality=0).
For this reason I opted to use the stereo odometry with the infrared cameras of the D435. In this way the odometry is not easily lost, but the odom-base_footprint transform is practically static.
If you could guide me I would really appreciate it. These are the parameters that I am using for visual odometry:
If I set the Stereo/OpticalFlow parameter to True, I never get a quality greater than 0.
The text was updated successfully, but these errors were encountered: