Add missing change

This commit is contained in:
Carles Fernandez 2023-07-05 20:20:51 +02:00
parent 4cc4a6cbb6
commit 7d475f9ffe
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ void Pvt_Kf::init_kf(const arma::vec& p,
}
void Pvt_Kf::run_Kf(const arma::vec& p, const arma::vec& v);
void Pvt_Kf::run_Kf(const arma::vec& p, const arma::vec& v)
{
// Kalman loop
// Prediction