![]() |
0.3.0
|
Go to the source code of this file.
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. | |
Variables | |
constexpr double | SCALE_FACTOR_ACCELERATION |
Scale factor to convert the acceleration error. | |
constexpr double | SCALE_FACTOR_ANGULAR_RATE |
Scale factor to convert the angular rate error. | |
constexpr double | SCALE_FACTOR_ATTITUDE |
Scale factor to convert the attitude error. | |
constexpr double | SCALE_FACTOR_LAT_LON |
Scale factor to convert the latitude and longitude error. | |
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.
|
constexpr |
Scale factor to convert the acceleration error.
Definition at line 51 of file LooselyCoupledKF.cpp.
|
constexpr |
Scale factor to convert the angular rate error.
Definition at line 53 of file LooselyCoupledKF.cpp.
|
constexpr |
Scale factor to convert the attitude error.
Definition at line 47 of file LooselyCoupledKF.cpp.
|
constexpr |
Scale factor to convert the latitude and longitude error.
Definition at line 49 of file LooselyCoupledKF.cpp.