34 [[nodiscard]]
static std::string
type()
41 [[nodiscard]] std::string
getType()
const override {
return type(); }
54 "Time since startup [ns]",
80 [[nodiscard]] std::optional<double>
getValueAt(
size_t idx)
const override
121 [[nodiscard]]
bool setValueAt(
size_t idx,
double value)
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:190
std::optional< double > temperature
The IMU temperature measured in units of [Celsius].
Definition ImuObs.hpp:197
bool setValueAt(size_t idx, double value) override
Set the value at the index.
Definition ImuObs.hpp:121
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:192
std::optional< uint64_t > timeSinceStartup
The system time since startup measured in [nano seconds].
Definition ImuObs.hpp:187
std::vector< std::string > staticDataDescriptors() const override
Returns a vector of data descriptors.
Definition ImuObs.hpp:72
static std::vector< std::string > parentTypes()
Returns the parent types of the data class.
Definition ImuObs.hpp:45
static std::vector< std::string > GetStaticDataDescriptors()
Returns a vector of data descriptors.
Definition ImuObs.hpp:51
std::string getType() const override
Returns the type of the data class.
Definition ImuObs.hpp:41
static constexpr size_t GetStaticDescriptorCount()
Get the amount of descriptors.
Definition ImuObs.hpp:69
std::optional< double > getValueAt(size_t idx) const override
Get the value at the index.
Definition ImuObs.hpp:80
ImuObs(const ImuPos &imuPos)
Constructor.
Definition ImuObs.hpp:29
size_t staticDescriptorCount() const override
Get the amount of descriptors.
Definition ImuObs.hpp:75
const ImuPos & imuPos
Position and rotation information for conversion from platform to body frame.
Definition ImuObs.hpp:184
std::optional< Eigen::Vector3d > p_magneticField
The IMU magnetic field measured in units of [Gauss], given in the platform frame.
Definition ImuObs.hpp:195
IMU Position.
Definition ImuPos.hpp:26
Parent class for all data transmitted over Flow pins.
Definition NodeData.hpp:28
static std::string type()
Returns the type of the data class.
Definition NodeData.hpp:45