jeremysalwen / ORB_SLAM_COMMUNITY

A community maintained fork of the inactive ORB_SLAM3 project
GNU General Public License v3.0
16 stars 3 forks source link

Discussion on the Essential Graph / Pose Graph in ORB SLAM3 #3

Open Mechazo11 opened 2 months ago

Mechazo11 commented 2 months ago

Dear Community,

I am researching on the implementation of the Essential Graph / Pose Graph that chains critical Keyframes with their relative transformation in ORB SLAM3. My goal is to expose this graph into the ROS graph for additional operation from other packages.

Hence I wanted to start a discussion with the eventual goal of writing up some technical features of this data structure, optimization algorithm used and exact implementation in ORB SLAM3. To this end I have the following questions / seeking suggestions

Thank you for your time.