Skip to content

Commit

Permalink
fix: update error value
Browse files Browse the repository at this point in the history
  • Loading branch information
fateshelled committed Dec 20, 2024
1 parent 8e66581 commit 8ffb5b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/small_gicp/registration/optimizer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ struct LevenbergMarquardtOptimizer {
result.T_target_source = new_T;
lambda /= lambda_factor;
success = true;
e = new_e;

break;
} else {
Expand Down

0 comments on commit 8ffb5b5

Please sign in to comment.