config.yaml for d455 is not working. openvslam output is always resetting. #1945
Unanswered
Udaykiran87
asked this question in
Q&A
Replies: 1 comment
-
Hello, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Community,
I am using intel realsense d455 depth camera for my robotic application.
I am using OpenVSLAM for mapping and navigation using ros2 by using rosbag file.
I am using below repository from OpenVSLAM for my application.
https://github.com/OpenVSLAM-Community/openvslam_ros/tree/wip/approximate-time-rgbd/src
I do not have much knowledge about how to create config.yaml file. I have referred this and this to create my config.yaml
The issue is that my openVSLAM output is resetting every few seconds (tracking is lost).
Could any one confirm if my config.yaml for d455 rgbd camera as mentioned below is correct or not? If not what is the wrong.
Could any one also explain me how focal_x_baseline, depth_threshold, depthmap_factor, baseline_dist_thr etc mentioned in the yaml file impacts on openvslam output? How to calculate these values for different realsense camera?
Any help would be really helpful to me.
Note: My rosbag shows color_image resolution as 1280x720 where as depth_image resolution as 848x480.
My config.yaml is as below (output for which is resetting map (tracking is lost)every few seconds):
But it works very well with tum_rgbd_fr2 dataset (without any reset problem). The config.yaml used for tum_rgbd_fr2 dataset is as below:
Thanks and Regards,
Udaykiran Patnaik.
Beta Was this translation helpful? Give feedback.
All reactions