Skip to content

Commit

Permalink
Merge pull request #9 from lewisjiang/main
Browse files Browse the repository at this point in the history
fix variable name when checking effective feature numbers
  • Loading branch information
minwoo0611 authored Jul 20, 2023
2 parents a65a65e + 638ac01 commit f0ee6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MA_LIO/src/laserMapping.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ void h_share_model(state_ikfom &s, esekfom::dyn_share_datastruct<double> &ekfom_
}

// return when no effective points
if (eff_feat_num < 1) {
if (effct_feat_num < 1) {
ekfom_data.valid = false;
ROS_WARN("No Effective Points! \n");
return;
Expand Down

0 comments on commit f0ee6b3

Please sign in to comment.