Skip to content
Snippets Groups Projects
Commit ec3d0122 authored by Olivier Stasse's avatar Olivier Stasse Committed by olivier stasse
Browse files

[feature] Fix a pb in DEBUG mode when computing error dot.

Found by Fanny Risbourg
parent 37354aa4
No related branches found
No related tags found
No related merge requests found
......@@ -126,7 +126,7 @@ class SOTFEATUREPOINT6D_EXPORT FeaturePoint6d
t_, tref_;
VectorUTheta error_th_;
MatrixRotation R_, Rref_, Rt_, Rreft_;
dg::Matrix P_, Pinv_;
Eigen::Matrix3d P_, Pinv_;
double accuracy_;
void inverseJacobianRodrigues ();
} ;
......
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