Struct inertialsim::sensors::INSState::Gravity¶
ClassList > inertialsim > sensors > INSState > Gravity
Gravity error state.
#include <ins_state.h>
Public Functions¶
| Type | Name |
|---|---|
| Gravity () = default |
|
| const std::optional< Vector3D > & | noise () const |
| std::optional< Vector3D > & | noise () |
| const std::optional< double > & | scale_factor () const |
| std::optional< double > & | scale_factor () |
| void | set_noise (const std::optional< Vector3D > & value) |
| void | set_scale_factor (const std::optional< double > & value) |
Public Functions Documentation¶
function Gravity¶
function noise [½]¶
function noise [2/2]¶
function scale_factor [½]¶
inline const std::optional< double > & inertialsim::sensors::INSState::Gravity::scale_factor () const
function scale_factor [2/2]¶
function set_noise¶
inline void inertialsim::sensors::INSState::Gravity::set_noise (
const std::optional< Vector3D > & value
)
function set_scale_factor¶
inline void inertialsim::sensors::INSState::Gravity::set_scale_factor (
const std::optional< double > & value
)
The documentation for this class was generated from the following file cpp/include/inertialsim/sensors/ins_state.h