Skip to content

Commit

Permalink
fixed reset of hdg_passthrough estimator
Browse files Browse the repository at this point in the history
  • Loading branch information
petrlmat committed Dec 17, 2024
1 parent 15d60a9 commit 37ba303
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/estimators/heading/hdg_passthrough.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ bool HdgPassthrough::reset(void) {
}

changeState(STOPPED_STATE);
// nothing to do during reset of passthrough estimator
changeState(INITIALIZED_STATE);

ROS_INFO("[%s]: Estimator reset", getPrintName().c_str());

Expand Down

0 comments on commit 37ba303

Please sign in to comment.