Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

static assertion failed: Error: GTSAM was built against a different version of Eigen #520

Open
weisongwen opened this issue Dec 1, 2024 · 1 comment

Comments

@weisongwen
Copy link

weisongwen commented Dec 1, 2024

Solutions can be find below:

  • gtsam (Georgia Tech Smoothing and Mapping library)
    sudo add-apt-repository ppa:borglab/gtsam-release-4.0
    sudo apt install libgtsam-dev libgtsam-unstable-dev
    
@REGATTE
Copy link

REGATTE commented Jan 10, 2025

I had the same issue, GTSAM was built on Eigen v3.3.4, while LIO_SAM was using Eigen v3.4.0. I removed all installs and reinstalled EIGEN v3.4.0 globally, and forced GTSAM to build with Eigen v3.4.0.

I'm using GTSAM v4.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants