Skip to content

Commit

Permalink
added missing prefix setter in hdg_generic
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Oct 16, 2023
1 parent d454298 commit 7ae7097
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/estimators/heading/hdg_generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ void HdgGeneric::initialize(ros::NodeHandle &nh, const std::shared_ptr<CommonHan
}));
}

ph->param_loader->setPrefix(ch_->package_name + "/" + Support::toSnakeCase(ch_->nodelet_name) + "/" + getNamespacedName() + "/");

// | ----------- initialize process noise covariance ---------- |
Q_ = Q_t::Zero();
double tmp_noise;
Expand Down

0 comments on commit 7ae7097

Please sign in to comment.