![]() |
0.3.0
|
Units used by INS. More...
Go to the source code of this file.
Enumerations | |
enum class | NAV::Units::ImuAccelerometerIRWUnits : uint8_t { m_s3_sqrts , m_s3_sqrth , COUNT } |
Possible units to specify an accelerometer IRW. More... | |
enum class | NAV::Units::ImuAccelerometerNoiseUnits : uint8_t { m_s2_sqrts , m_s2_sqrth , COUNT } |
Possible units to specify an accelerometer noise. More... | |
enum class | NAV::Units::ImuAccelerometerUnits : uint8_t { m_s2 , COUNT } |
Possible units to specify an accelerometer with. More... | |
enum class | NAV::Units::ImuGyroscopeIRWUnits : uint8_t { rad_s2_sqrts , rad_s2_sqrth , deg_s2_sqrts , deg_s2_sqrth , COUNT } |
Possible units to specify an gyro RW. More... | |
enum class | NAV::Units::ImuGyroscopeNoiseUnits : uint8_t { rad_s_sqrts , rad_s_sqrth , deg_s_sqrts , deg_s_sqrth , COUNT } |
Possible units to specify an gyro noise. More... | |
enum class | NAV::Units::ImuGyroscopeUnits : uint8_t { rad_s , deg_s , COUNT } |
Possible units to specify an gyroscope bias with. More... | |
Functions | |
template<typename Derived > | |
Derived::PlainObject | NAV::convertUnit (const Eigen::MatrixBase< Derived > &value, Units::ImuAccelerometerIRWUnits unit) |
Converts the value depending on the unit provided. | |
template<typename Derived > | |
Derived::PlainObject | NAV::convertUnit (const Eigen::MatrixBase< Derived > &value, Units::ImuAccelerometerNoiseUnits unit) |
Converts the value depending on the unit provided. | |
template<typename Derived > | |
Derived::PlainObject | NAV::convertUnit (const Eigen::MatrixBase< Derived > &value, Units::ImuAccelerometerUnits unit) |
Converts the value depending on the unit provided. | |
template<typename Derived > | |
Derived::PlainObject | NAV::convertUnit (const Eigen::MatrixBase< Derived > &value, Units::ImuGyroscopeIRWUnits unit) |
Converts the value depending on the unit provided. | |
template<typename Derived > | |
Derived::PlainObject | NAV::convertUnit (const Eigen::MatrixBase< Derived > &value, Units::ImuGyroscopeNoiseUnits unit) |
Converts the value depending on the unit provided. | |
template<typename Derived > | |
Derived::PlainObject | NAV::convertUnit (const Eigen::MatrixBase< Derived > &value, Units::ImuGyroscopeUnits unit) |
Converts the value depending on the unit provided. | |
void | NAV::Units::from_json (const json &j, ImuAccelerometerIRWUnits &data) |
Converts the provided json object into the data object. | |
void | NAV::Units::from_json (const json &j, ImuAccelerometerNoiseUnits &data) |
Converts the provided json object into the data object. | |
void | NAV::Units::from_json (const json &j, ImuAccelerometerUnits &data) |
Converts the provided json object into the data object. | |
void | NAV::Units::from_json (const json &j, ImuGyroscopeIRWUnits &data) |
Converts the provided json object into the data object. | |
void | NAV::Units::from_json (const json &j, ImuGyroscopeNoiseUnits &data) |
Converts the provided json object into the data object. | |
void | NAV::Units::from_json (const json &j, ImuGyroscopeUnits &data) |
Converts the provided json object into the data object. | |
void | NAV::Units::to_json (json &j, const ImuAccelerometerIRWUnits &data) |
Converts the provided data into a json object. | |
void | NAV::Units::to_json (json &j, const ImuAccelerometerNoiseUnits &data) |
Converts the provided data into a json object. | |
void | NAV::Units::to_json (json &j, const ImuAccelerometerUnits &data) |
Converts the provided data into a json object. | |
void | NAV::Units::to_json (json &j, const ImuGyroscopeIRWUnits &data) |
Converts the provided data into a json object. | |
void | NAV::Units::to_json (json &j, const ImuGyroscopeNoiseUnits &data) |
Converts the provided data into a json object. | |
void | NAV::Units::to_json (json &j, const ImuGyroscopeUnits &data) |
Converts the provided data into a json object. | |
std::string | NAV::to_string (Units::ImuAccelerometerIRWUnits unit) |
Converts the unit into a string. | |
std::string | NAV::to_string (Units::ImuAccelerometerNoiseUnits unit) |
Converts the unit into a string. | |
std::string | NAV::to_string (Units::ImuAccelerometerUnits unit) |
Converts the unit into a string. | |
std::string | NAV::to_string (Units::ImuGyroscopeIRWUnits unit) |
Converts the unit into a string. | |
std::string | NAV::to_string (Units::ImuGyroscopeNoiseUnits unit) |
Converts the unit into a string. | |
std::string | NAV::to_string (Units::ImuGyroscopeUnits unit) |
Converts the unit into a string. | |
Units used by INS.
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
|
nodiscard |
Converts the value depending on the unit provided.
[in] | value | Value to convert |
[in] | unit | Unit the value is in |
|
nodiscard |
Converts the value depending on the unit provided.
[in] | value | Value to convert |
[in] | unit | Unit the value is in |
|
nodiscard |
Converts the value depending on the unit provided.
[in] | value | Value to convert |
[in] | unit | Unit the value is in |
|
nodiscard |
Converts the value depending on the unit provided.
[in] | value | Value to convert |
[in] | unit | Unit the value is in |
|
nodiscard |
Converts the value depending on the unit provided.
[in] | value | Value to convert |
[in] | unit | Unit the value is in |
|
nodiscard |
Converts the value depending on the unit provided.
[in] | value | Value to convert |
[in] | unit | Unit the value is in |
void NAV::Units::from_json | ( | const json & | j, |
ImuAccelerometerIRWUnits & | data ) |
Converts the provided json object into the data object.
[in] | j | Json object with the needed values |
[out] | data | Object to fill from the json |
void NAV::Units::from_json | ( | const json & | j, |
ImuAccelerometerNoiseUnits & | data ) |
Converts the provided json object into the data object.
[in] | j | Json object with the needed values |
[out] | data | Object to fill from the json |
void NAV::Units::from_json | ( | const json & | j, |
ImuAccelerometerUnits & | data ) |
Converts the provided json object into the data object.
[in] | j | Json object with the needed values |
[out] | data | Object to fill from the json |
void NAV::Units::from_json | ( | const json & | j, |
ImuGyroscopeIRWUnits & | data ) |
Converts the provided json object into the data object.
[in] | j | Json object with the needed values |
[out] | data | Object to fill from the json |
void NAV::Units::from_json | ( | const json & | j, |
ImuGyroscopeNoiseUnits & | data ) |
Converts the provided json object into the data object.
[in] | j | Json object with the needed values |
[out] | data | Object to fill from the json |
void NAV::Units::from_json | ( | const json & | j, |
ImuGyroscopeUnits & | data ) |
Converts the provided json object into the data object.
[in] | j | Json object with the needed values |
[out] | data | Object to fill from the json |
void NAV::Units::to_json | ( | json & | j, |
const ImuAccelerometerIRWUnits & | data ) |
Converts the provided data into a json object.
[out] | j | Json object which gets filled with the info |
[in] | data | Data to convert into json |
void NAV::Units::to_json | ( | json & | j, |
const ImuAccelerometerNoiseUnits & | data ) |
Converts the provided data into a json object.
[out] | j | Json object which gets filled with the info |
[in] | data | Data to convert into json |
void NAV::Units::to_json | ( | json & | j, |
const ImuAccelerometerUnits & | data ) |
Converts the provided data into a json object.
[out] | j | Json object which gets filled with the info |
[in] | data | Data to convert into json |
void NAV::Units::to_json | ( | json & | j, |
const ImuGyroscopeIRWUnits & | data ) |
Converts the provided data into a json object.
[out] | j | Json object which gets filled with the info |
[in] | data | Data to convert into json |
void NAV::Units::to_json | ( | json & | j, |
const ImuGyroscopeNoiseUnits & | data ) |
Converts the provided data into a json object.
[out] | j | Json object which gets filled with the info |
[in] | data | Data to convert into json |
void NAV::Units::to_json | ( | json & | j, |
const ImuGyroscopeUnits & | data ) |
Converts the provided data into a json object.
[out] | j | Json object which gets filled with the info |
[in] | data | Data to convert into json |
|
nodiscard |
Converts the unit into a string.
[in] | unit | Unit |
|
nodiscard |
Converts the unit into a string.
[in] | unit | Unit |
|
nodiscard |
Converts the unit into a string.
[in] | unit | Unit |
|
nodiscard |
Converts the unit into a string.
[in] | unit | Unit |
|
nodiscard |
Converts the unit into a string.
[in] | unit | Unit |
|
nodiscard |
Converts the unit into a string.
[in] | unit | Unit |