![]() |
0.3.0
|
Motion System Model. More...
Go to the source code of this file.
Classes | |
class | NAV::MotionModel< StateKeyType > |
Motion System Model. More... | |
Enumerations | |
enum | NAV::Keys::MotionModelKey : uint8_t { NAV::Keys::PosX , NAV::Keys::PosY , NAV::Keys::PosZ , NAV::Keys::VelX , NAV::Keys::VelY , NAV::Keys::VelZ , NAV::Keys::MotionModelKey_COUNT } |
Keys used in the model. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &os, const NAV::Keys::MotionModelKey &obj) |
Stream insertion operator overload. | |
Motion System Model.
enum NAV::Keys::MotionModelKey : uint8_t |
std::ostream & operator<< | ( | std::ostream & | os, |
const NAV::Keys::MotionModelKey & | obj ) |
Stream insertion operator overload.
[in,out] | os | Output stream object to stream the time into |
[in] | obj | Object to print |