How to create OpenVSLAM map and then perform localization using rosbag files in ROS2 #126
-
Hello Community, Thanks for your amazing work and the continuous support that i have been receiving for my queries. So far i was trying to create map using either .mp4 file or USB camera, but now i am interested to input rosbag files in ROS2 to create map and then do localization. I could not find any example. Is there any documentation or help to do so. Any help is highly appreciated. Thanks and Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 41 replies
-
There is no detailed documentation for using OpenVSLAM with rosbag. The only thing you can refer to is the CI workflow. Contributions are welcome. |
Beta Was this translation helpful? Give feedback.
-
@ymd-stella
Then i had to edit my docker as below as a workaround to make it work.
Now i am able to use rosbag example : EuRoC/MH_04_difficult.bag by following the instruction given in ci-workflow file. But i am using realsense d455 rosbag file for my task and slightly confused with what exact parameters to pass in place of below 3 lines (including what should be the --ros-args in 3rd line).
Output of ros2 bag info is as below (I hope this will help you to decide the ros parameters/ topics).
Any hint would help me a lot. Thanks and Regards, |
Beta Was this translation helpful? Give feedback.
There is no detailed documentation for using OpenVSLAM with rosbag. The only thing you can refer to is the CI workflow.
https://github.com/OpenVSLAM-Community/openvslam_ros/blob/29ab69f1560e9f1c71f374ad2985d1a31ac6576d/wercker.yml#L52-L63
Contributions are welcome.