![]() |
0.4.1
|
Kalman Filter class for the loosely coupled INS/GNSS integration. More...
Go to the source code of this file.
Data Structures | |
class | NAV::LooselyCoupledKF |
Loosely-coupled Kalman Filter for INS/GNSS integration. More... | |
Namespaces | |
namespace | NAV |
Functions | |
std::ostream & | operator<< (std::ostream &os, const NAV::LooselyCoupledKF::KFMeas &obj) |
Stream insertion operator overload. | |
std::ostream & | operator<< (std::ostream &os, const NAV::LooselyCoupledKF::KFStates &obj) |
Stream insertion operator overload. | |
Kalman Filter class for the loosely coupled INS/GNSS integration.
Definition in file LooselyCoupledKF.hpp.
std::ostream & operator<< | ( | std::ostream & | os, |
const NAV::LooselyCoupledKF::KFMeas & | obj ) |
Stream insertion operator overload.
[in,out] | os | Output stream object to stream the time into |
[in] | obj | Object to print |
Definition at line 2470 of file LooselyCoupledKF.cpp.
std::ostream & operator<< | ( | std::ostream & | os, |
const NAV::LooselyCoupledKF::KFStates & | obj ) |
Stream insertion operator overload.
[in,out] | os | Output stream object to stream the time into |
[in] | obj | Object to print |
Definition at line 2466 of file LooselyCoupledKF.cpp.