gisbi-kim / SC-LIO-SAM

LiDAR-inertial SLAM: Scan Context + LIO-SAM
619 stars 174 forks source link

gtsam.readG2o does not read the singlesession_posegraph.g2o file #22

Open pauldeee opened 2 years ago

pauldeee commented 2 years ago

Pretty much as the title states.

When trying to read the singlesession_posegraph.g2o file with gtsam.readG2o() the graph is not compeletely read. This seems be to due to the fact that the singlesession_Posegraph.g2o file does not contain any infomartion matrix data with the edges.

What might be the simpliest and most ideal way to modifiy the saving utility to include an information matrix with the edges data?