DSP-SLAM icon indicating copy to clipboard operation
DSP-SLAM copied to clipboard

Segmentation Fault Caused by g2o on Ubuntu 22.04

Open TINY-KE opened this issue 5 months ago • 0 comments

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.

TINY-KE avatar Sep 21 '24 12:09 TINY-KE