DSP-SLAM
DSP-SLAM copied to clipboard
Segmentation Fault Caused by g2o on Ubuntu 22.04
Reason: Memory alignment issues in the Eigen library lead to memory management problems.
Solution: Remove -march=native from the two CMakeLists.txt files of DSP-SLAM and g2o during compilation.