-
Notifications
You must be signed in to change notification settings - Fork 12
Troubleshooting
JokerJohn edited this page Apr 22, 2026
·
4 revisions
Check:
- whether the selected session has the correct
g2o,TUM, andkey_point_framefiles - whether
sourceandtargetare selected in the intended order - whether the point-cloud mode is
Temporal WindoworRS Spatial Submap
Run:
python scripts/check_env.pyand verify that Python GTSAM can be imported.
This is expected for Python-only usage.
Only install the C++ backend if you explicitly need fallback or parity checks.
Check the export map voxel in Advanced.
-
0.0means no export downsampling - values larger than
0.0will reduce map density
The GUI remembers the last successful session path. If it still resets unexpectedly, verify that the session was actually loaded successfully before reopening the file dialog.
Symptoms often look like:
-
pose_graph.g2ohasN+1vertices -
optimized_poses_tum.txthasNrows -
key_point_frame/*.pcdhasNfiles
The current GUI now handles the simple case where the extra g2o vertex is just a trailing unmatched vertex.
If you still see a load failure:
- make sure you are not reusing a stale
g2opath from another session - reload the PALoc session root directly
- if possible, regenerate the PALoc export after fixing PALoc's save path so
g2o,TUM, and PCD counts match exactly
Manual Loop Closure Tools · Repository · README · MS-Mapping