Skip to content

Commit 13e0a75

Browse files
authored
fix: update error value (#97)
1 parent 8e66581 commit 13e0a75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: include/small_gicp/registration/optimizer.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ struct LevenbergMarquardtOptimizer {
124124
result.T_target_source = new_T;
125125
lambda /= lambda_factor;
126126
success = true;
127+
e = new_e;
127128

128129
break;
129130
} else {

0 commit comments

Comments
 (0)