mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-11-15 14:25:00 +00:00
fix: kf error s to m ( time C)
This commit is contained in:
parent
6b74976a4a
commit
1564af8c11
@ -176,15 +176,6 @@ bool Vtl_Engine::vtl_loop(Vtl_Data& new_data)
|
||||
new_data.kf_P=kf_P_x;
|
||||
new_data.kf_state=kf_x; //updated state estimation
|
||||
//new_data.kf_state.print("computed kf_state");
|
||||
|
||||
// States related tu USER clock adjust from m/s to s (by /SPEED_OF_LIGHT_M_S)
|
||||
// kf_x(6) =kf_x(6) /SPEED_OF_LIGHT_M_S;
|
||||
// kf_x(7) =kf_x(7) /SPEED_OF_LIGHT_M_S;
|
||||
|
||||
new_data.kf_state(6)=new_data.kf_state(6)/SPEED_OF_LIGHT_M_S;
|
||||
new_data.kf_state(7)=1e-8/SPEED_OF_LIGHT_M_S;
|
||||
// TODO: compare how KF state diverges from RTKLIB solution!
|
||||
|
||||
fstream dump_vtl_file;
|
||||
dump_vtl_file.open("dump_vtl_file.csv", ios::out|ios::app);
|
||||
dump_vtl_file.precision(15);
|
||||
|
Loading…
Reference in New Issue
Block a user