#include <msp_msg.hpp>
Public Member Functions | |
ImuSI (RawImu raw, const float acc_1g, const float gyro_unit, const float magn_gain, const float si_unit_1g) | |
std::ostream & | print (std::ostream &s) const |
Public Attributes | |
std::array< Value< float >, 3 > | acc |
std::array< Value< float >, 3 > | gyro |
std::array< Value< float >, 3 > | mag |
Definition at line 2869 of file msp_msg.hpp.
msp::msg::ImuSI::ImuSI | ( | RawImu | raw, |
const float | acc_1g, | ||
const float | gyro_unit, | ||
const float | magn_gain, | ||
const float | si_unit_1g | ||
) | [inline] |
Definition at line 2874 of file msp_msg.hpp.
std::ostream& msp::msg::ImuSI::print | ( | std::ostream & | s | ) | const [inline] |
Definition at line 2891 of file msp_msg.hpp.
std::array<Value<float>, 3> msp::msg::ImuSI::acc |
Definition at line 2870 of file msp_msg.hpp.
std::array<Value<float>, 3> msp::msg::ImuSI::gyro |
Definition at line 2871 of file msp_msg.hpp.
std::array<Value<float>, 3> msp::msg::ImuSI::mag |
Definition at line 2872 of file msp_msg.hpp.