-
Notifications
You must be signed in to change notification settings - Fork 194
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
Issue with Stereo Odometry #597
Comments
Hi, the DepthAI library has a different convention for stereo pair (in OpenCV/ROS format, the "first" sensor is the left one, whereas in DepthAI it is the right one), so the baseline is reported as negative. Since stereo_inertial_node is just a static example and not a proper driver there is no option to change this convention (unless someone will want to add is as PR), but it is an option in |
+1 |
Hi, I think the differences between could be caused by different configurations inside RTABMap but I can't be sure. Did you try to run the driver from |
Hi @Serafadam , the |
Hi, for that you would need to modify the code of |
Hi @Serafadam , thank you for getting back. I thought it was the stereo_inertial_publisher.cpp. I believe the Thanks again. |
Hi, for switching them I think you would need to call reverseStereoSocketOrder on respective image converters. You also can use |
Hello, I a using the OAK-D-PRO-W-POE camera for mapping the outdoor environment. I a using the visual odometry from rtabmap. When i launch the depthai_example/ stereo_inertial_node with depth_aligned=true, the rgbd_odometry and rtabmap_slam both are working good. but when i try to launch the stereo_inertial node with depth_aligned = false. i am getting the erroe with stereo_odometry.
Error: The stereo baseline (-0.075725) should be positive (baseline=-Tx/fx). We assume a horizontal left/right stereo setup where the Tx (or P(0,3)) is negative in the right camera info msg.
I need help to solve this issue. Anyone have an idea about this kind of problem?
Thank You
The text was updated successfully, but these errors were encountered: