34 [[nodiscard]]
static std::string
type()
50 "Time since startup [ns]",
76 [[nodiscard]] std::optional<double>
getValueAt(
size_t idx)
const override
#define INS_ASSERT(_EXPR)
Assert function wrapper.
Definition Assert.h:19
IMU Observation storage class.
Definition ImuObs.hpp:25
Eigen::Vector3d p_acceleration
The IMU acceleration measured in units of [m/s^2], given in the platform frame.
Definition ImuObs.hpp:121
std::optional< double > temperature
The IMU temperature measured in units of [Celsius].
Definition ImuObs.hpp:128
static std::string type()
Returns the type of the data class.
Definition ImuObs.hpp:34
Eigen::Vector3d p_angularRate
The IMU angular rate measured in units of [rad/s], given in the platform frame.
Definition ImuObs.hpp:123
std::optional< uint64_t > timeSinceStartup
The system time since startup measured in [nano seconds].
Definition ImuObs.hpp:118
std::vector< std::string > staticDataDescriptors() const override
Returns a vector of data descriptors.
Definition ImuObs.hpp:68
static std::vector< std::string > parentTypes()
Returns the parent types of the data class.
Definition ImuObs.hpp:41
static std::vector< std::string > GetStaticDataDescriptors()
Returns a vector of data descriptors.
Definition ImuObs.hpp:47
static constexpr size_t GetStaticDescriptorCount()
Get the amount of descriptors.
Definition ImuObs.hpp:65
std::optional< double > getValueAt(size_t idx) const override
Get the value at the index.
Definition ImuObs.hpp:76
ImuObs(const ImuPos &imuPos)
Constructor.
Definition ImuObs.hpp:29
size_t staticDescriptorCount() const override
Get the amount of descriptors.
Definition ImuObs.hpp:71
const ImuPos & imuPos
Position and rotation information for conversion from platform to body frame.
Definition ImuObs.hpp:115
std::optional< Eigen::Vector3d > p_magneticField
The IMU magnetic field measured in units of [Gauss], given in the platform frame.
Definition ImuObs.hpp:126
IMU Position.
Definition ImuPos.hpp:26
Parent class for all data transmitted over Flow pins.
Definition NodeData.hpp:27
static std::string type()
Returns the type of the data class.
Definition NodeData.hpp:44