Skip to content
Snippets Groups Projects
Commit fbaf95bf authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

Fixing zero covariance (not SDP)

parent d7c0aa39
No related branches found
No related tags found
1 merge request!207FeatureBase: covariance, information, square root information upper matrices
Pipeline #
...@@ -17,7 +17,7 @@ class TrackMatrixTest : public testing::Test ...@@ -17,7 +17,7 @@ class TrackMatrixTest : public testing::Test
TrackMatrix track_matrix; TrackMatrix track_matrix;
Eigen::Vector2s m; Eigen::Vector2s m;
Eigen::Matrix2s m_cov; Eigen::Matrix2s m_cov = Eigen::Matrix2s::Identity()*0.01;
CaptureBasePtr C0, C1, C2, C3, C4; CaptureBasePtr C0, C1, C2, C3, C4;
FeatureBasePtr f0, f1, f2, f3, f4; FeatureBasePtr f0, f1, f2, f3, f4;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment