Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ctu-mrs/mrs_multirotor_simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Jul 30, 2024
2 parents fc59eea + 11e91de commit 1d346b2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,8 @@ void MultirotorModel::operator()(const MultirotorModel::InternalState& x, Multir
void MultirotorModel::setParams(const MultirotorModel::ModelParams& params) {

params_ = params;

initializeState();
}

//}
Expand Down

0 comments on commit 1d346b2

Please sign in to comment.