uoip / g2opy

Python binding of SLAM graph optimization framework g2o
668 stars 176 forks source link

optimize.save("text.g2o") not working #78

Open rohanx01 opened 10 months ago

rohanx01 commented 10 months ago

i have added all the poses to the object instantiated as optimizer but when i try to run optimizer.save("Poses.g2o"), file gets created but no content is there . What to do now??