Skip to content

Commit ec3d012

Browse files
olivier-stasseOlivier Stasse
authored andcommitted
[feature] Fix a pb in DEBUG mode when computing error dot.
Found by Fanny Risbourg
1 parent 37354aa commit ec3d012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/sot/core/feature-point6d.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ class SOTFEATUREPOINT6D_EXPORT FeaturePoint6d
126126
t_, tref_;
127127
VectorUTheta error_th_;
128128
MatrixRotation R_, Rref_, Rt_, Rreft_;
129-
dg::Matrix P_, Pinv_;
129+
Eigen::Matrix3d P_, Pinv_;
130130
double accuracy_;
131131
void inverseJacobianRodrigues ();
132132
} ;

0 commit comments

Comments
 (0)