mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-19 05:33:02 +00:00
Add missing change
This commit is contained in:
parent
4cc4a6cbb6
commit
7d475f9ffe
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user