LP-311 Remove basic/advanced stabilization tab auto-switch (autotune/txpid lock issues)
[librepilot.git] / ground / gcs / src / libs / eigen / README.OpenpilotGCS.txt
blobbcb2feb4034de635bce20dd7ebd1d0baa5402940
1 To use Eigen in a GCS plugin, just add a relative INCLUDEPATH
2 directive to that plugin's project file. ex:
3 INCLUDPATH += ../../libs/eigen
5 Eigen is a header-only template library.  It is included because noone
6 aught to be reinventing their own linear algebra library.
8 Version contained here is latest stable 3.2.0 release from
9 http://bitbucket.org/eigen/eigen/get/3.2.0.tar.bz2