0.3.0
Loading...
Searching...
No Matches
Units.hpp File Reference

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.
 

Detailed Description

Units used by INS.

Author
T. Topp (topp@.nosp@m.ins..nosp@m.uni-s.nosp@m.tutt.nosp@m.gart..nosp@m.de)
Date
2024-10-21

Enumeration Type Documentation

◆ ImuAccelerometerIRWUnits

enum class NAV::Units::ImuAccelerometerIRWUnits : uint8_t
strong

Possible units to specify an accelerometer IRW.

Enumerator
m_s3_sqrts 

[m/s^3/sqrt(s)] (Standard deviation)

m_s3_sqrth 

[m/s^3/sqrt(h)] (Standard deviation)

COUNT 

Amount of items in the enum.

◆ ImuAccelerometerNoiseUnits

enum class NAV::Units::ImuAccelerometerNoiseUnits : uint8_t
strong

Possible units to specify an accelerometer noise.

Enumerator
m_s2_sqrts 

[m/s^2/sqrt(s)] (Standard deviation)

m_s2_sqrth 

[m/s^2/sqrt(h)] (Standard deviation)

COUNT 

Amount of items in the enum.

◆ ImuAccelerometerUnits

enum class NAV::Units::ImuAccelerometerUnits : uint8_t
strong

Possible units to specify an accelerometer with.

Enumerator
m_s2 

[m/s^2]

COUNT 

Amount of items in the enum.

◆ ImuGyroscopeIRWUnits

enum class NAV::Units::ImuGyroscopeIRWUnits : uint8_t
strong

Possible units to specify an gyro RW.

Enumerator
rad_s2_sqrts 

[rad/s^2/sqrt(s)] (Standard deviation)

rad_s2_sqrth 

[rad/s^2/sqrt(h)] (Standard deviation)

deg_s2_sqrts 

[deg/s^2/sqrt(s)] (Standard deviation)

deg_s2_sqrth 

[deg/s^2/sqrt(h)] (Standard deviation)

COUNT 

Amount of items in the enum.

◆ ImuGyroscopeNoiseUnits

enum class NAV::Units::ImuGyroscopeNoiseUnits : uint8_t
strong

Possible units to specify an gyro noise.

Enumerator
rad_s_sqrts 

[rad/s/sqrt(s)] (Standard deviation)

rad_s_sqrth 

[rad/s/sqrt(h)] (Standard deviation)

deg_s_sqrts 

[deg/s/sqrt(s)] (Standard deviation)

deg_s_sqrth 

[deg/s/sqrt(h)] (Standard deviation)

COUNT 

Amount of items in the enum.

◆ ImuGyroscopeUnits

enum class NAV::Units::ImuGyroscopeUnits : uint8_t
strong

Possible units to specify an gyroscope bias with.

Enumerator
rad_s 

[rad/s]

deg_s 

[deg/s]

COUNT 

Amount of items in the enum.

Function Documentation

◆ convertUnit() [1/6]

template<typename Derived >
Derived::PlainObject NAV::convertUnit ( const Eigen::MatrixBase< Derived > & value,
Units::ImuAccelerometerIRWUnits unit )
nodiscard

Converts the value depending on the unit provided.

Parameters
[in]valueValue to convert
[in]unitUnit the value is in
Returns
Value in unit of the first item in the Unit enum

◆ convertUnit() [2/6]

template<typename Derived >
Derived::PlainObject NAV::convertUnit ( const Eigen::MatrixBase< Derived > & value,
Units::ImuAccelerometerNoiseUnits unit )
nodiscard

Converts the value depending on the unit provided.

Parameters
[in]valueValue to convert
[in]unitUnit the value is in
Returns
Value in unit of the first item in the Unit enum

◆ convertUnit() [3/6]

template<typename Derived >
Derived::PlainObject NAV::convertUnit ( const Eigen::MatrixBase< Derived > & value,
Units::ImuAccelerometerUnits unit )
nodiscard

Converts the value depending on the unit provided.

Parameters
[in]valueValue to convert
[in]unitUnit the value is in
Returns
Value in unit of the first item in the Unit enum

◆ convertUnit() [4/6]

template<typename Derived >
Derived::PlainObject NAV::convertUnit ( const Eigen::MatrixBase< Derived > & value,
Units::ImuGyroscopeIRWUnits unit )
nodiscard

Converts the value depending on the unit provided.

Parameters
[in]valueValue to convert
[in]unitUnit the value is in
Returns
Value in unit of the first item in the Unit enum

◆ convertUnit() [5/6]

template<typename Derived >
Derived::PlainObject NAV::convertUnit ( const Eigen::MatrixBase< Derived > & value,
Units::ImuGyroscopeNoiseUnits unit )
nodiscard

Converts the value depending on the unit provided.

Parameters
[in]valueValue to convert
[in]unitUnit the value is in
Returns
Value in unit of the first item in the Unit enum

◆ convertUnit() [6/6]

template<typename Derived >
Derived::PlainObject NAV::convertUnit ( const Eigen::MatrixBase< Derived > & value,
Units::ImuGyroscopeUnits unit )
nodiscard

Converts the value depending on the unit provided.

Parameters
[in]valueValue to convert
[in]unitUnit the value is in
Returns
Value in unit of the first item in the Unit enum

◆ from_json() [1/6]

void NAV::Units::from_json ( const json & j,
ImuAccelerometerIRWUnits & data )

Converts the provided json object into the data object.

Parameters
[in]jJson object with the needed values
[out]dataObject to fill from the json

◆ from_json() [2/6]

void NAV::Units::from_json ( const json & j,
ImuAccelerometerNoiseUnits & data )

Converts the provided json object into the data object.

Parameters
[in]jJson object with the needed values
[out]dataObject to fill from the json

◆ from_json() [3/6]

void NAV::Units::from_json ( const json & j,
ImuAccelerometerUnits & data )

Converts the provided json object into the data object.

Parameters
[in]jJson object with the needed values
[out]dataObject to fill from the json

◆ from_json() [4/6]

void NAV::Units::from_json ( const json & j,
ImuGyroscopeIRWUnits & data )

Converts the provided json object into the data object.

Parameters
[in]jJson object with the needed values
[out]dataObject to fill from the json

◆ from_json() [5/6]

void NAV::Units::from_json ( const json & j,
ImuGyroscopeNoiseUnits & data )

Converts the provided json object into the data object.

Parameters
[in]jJson object with the needed values
[out]dataObject to fill from the json

◆ from_json() [6/6]

void NAV::Units::from_json ( const json & j,
ImuGyroscopeUnits & data )

Converts the provided json object into the data object.

Parameters
[in]jJson object with the needed values
[out]dataObject to fill from the json

◆ to_json() [1/6]

void NAV::Units::to_json ( json & j,
const ImuAccelerometerIRWUnits & data )

Converts the provided data into a json object.

Parameters
[out]jJson object which gets filled with the info
[in]dataData to convert into json

◆ to_json() [2/6]

void NAV::Units::to_json ( json & j,
const ImuAccelerometerNoiseUnits & data )

Converts the provided data into a json object.

Parameters
[out]jJson object which gets filled with the info
[in]dataData to convert into json

◆ to_json() [3/6]

void NAV::Units::to_json ( json & j,
const ImuAccelerometerUnits & data )

Converts the provided data into a json object.

Parameters
[out]jJson object which gets filled with the info
[in]dataData to convert into json

◆ to_json() [4/6]

void NAV::Units::to_json ( json & j,
const ImuGyroscopeIRWUnits & data )

Converts the provided data into a json object.

Parameters
[out]jJson object which gets filled with the info
[in]dataData to convert into json

◆ to_json() [5/6]

void NAV::Units::to_json ( json & j,
const ImuGyroscopeNoiseUnits & data )

Converts the provided data into a json object.

Parameters
[out]jJson object which gets filled with the info
[in]dataData to convert into json

◆ to_json() [6/6]

void NAV::Units::to_json ( json & j,
const ImuGyroscopeUnits & data )

Converts the provided data into a json object.

Parameters
[out]jJson object which gets filled with the info
[in]dataData to convert into json

◆ to_string() [1/6]

std::string NAV::to_string ( Units::ImuAccelerometerIRWUnits unit)
nodiscard

Converts the unit into a string.

Parameters
[in]unitUnit

◆ to_string() [2/6]

std::string NAV::to_string ( Units::ImuAccelerometerNoiseUnits unit)
nodiscard

Converts the unit into a string.

Parameters
[in]unitUnit

◆ to_string() [3/6]

std::string NAV::to_string ( Units::ImuAccelerometerUnits unit)
nodiscard

Converts the unit into a string.

Parameters
[in]unitUnit

◆ to_string() [4/6]

std::string NAV::to_string ( Units::ImuGyroscopeIRWUnits unit)
nodiscard

Converts the unit into a string.

Parameters
[in]unitUnit

◆ to_string() [5/6]

std::string NAV::to_string ( Units::ImuGyroscopeNoiseUnits unit)
nodiscard

Converts the unit into a string.

Parameters
[in]unitUnit

◆ to_string() [6/6]

std::string NAV::to_string ( Units::ImuGyroscopeUnits unit)
nodiscard

Converts the unit into a string.

Parameters
[in]unitUnit