xdspacelab / openvslam

OpenVSLAM: A Versatile Visual SLAM Framework
https://openvslam.readthedocs.io/
2.97k stars 869 forks source link

integration of visual map and occupency grid map #490

Open roboticsai opened 3 years ago

roboticsai commented 3 years ago

Currently i am using the amcl to localize the robot w.r.t to global map i.e the 2d occupency grid created by the slam previously. Here the tf was comming as this. Here amcl is determining the location of given robot odom frame w.r.t global map frame. Now i also want to use the visual slam based map to localize the robot but i'm little confused how to integrate the visual slam based odometry. considering the visual slam based odometry eg. v_slam frame is present which is determining the position of camera_link. How should i merge this two global frames i.e map i.e comming from amcl and v_map which is comming from openvslam or orb slam etc. Plate-form : ubuntu 20.04, ros noetic.

ymd-stella commented 3 years ago

You should ask your question at https://spectrum.chat/openvslam/beginner, not here.