Skip to content

Commit

Permalink
ci(pre-commit): autofix
Browse files Browse the repository at this point in the history
Signed-off-by: kminoda <koji.minoda@tier4.jp>
  • Loading branch information
pre-commit-ci[bot] authored and kminoda committed Jan 6, 2023
1 parent 87356d5 commit e852c56
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions localization/ndt_scan_matcher/src/ndt_scan_matcher_core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,9 @@ NDTScanMatcher::NDTScanMatcher()
tf2_listener_module_ = std::make_shared<Tf2ListenerModule>(this);

if (use_dynamic_map_loading_) {
map_update_module_ = std::make_unique<MapUpdateModule>(this, &ndt_ptr_mtx_, ndt_ptr_, tf2_listener_module_,
map_frame_, main_callback_group, state_ptr_);
map_update_module_ = std::make_unique<MapUpdateModule>(
this, &ndt_ptr_mtx_, ndt_ptr_, tf2_listener_module_, map_frame_, main_callback_group,
state_ptr_);
} else {
map_module_ = std::make_unique<MapModule>(this, &ndt_ptr_mtx_, ndt_ptr_, main_callback_group);
pose_init_module_ = std::make_unique<PoseInitializationModule>(
Expand Down

0 comments on commit e852c56

Please sign in to comment.