![]() |
0.4.1
|
VectorNav Observation storage Class. More...
Public Member Functions | |
std::string | getType () const override |
Returns the type of the data class. | |
std::optional< double > | getValueAt (size_t idx) const override |
Get the value at the index. | |
ImuObsSimulated (const ImuPos &imuPos) | |
Constructor. | |
bool | setValueAt (size_t idx, double value) override |
Set the value at the index. | |
std::vector< std::string > | staticDataDescriptors () const override |
Returns a vector of data descriptors. | |
size_t | staticDescriptorCount () const override |
Get the amount of descriptors. | |
![]() | |
std::string | getType () const override |
Returns the type of the data class. | |
std::optional< double > | getValueAt (size_t idx) const override |
Get the value at the index. | |
ImuObsWDelta (const ImuPos &imuPos) | |
Constructor. | |
bool | setValueAt (size_t idx, double value) override |
Set the value at the index. | |
std::vector< std::string > | staticDataDescriptors () const override |
Returns a vector of data descriptors. | |
size_t | staticDescriptorCount () const override |
Get the amount of descriptors. | |
![]() | |
ImuObs (const ImuPos &imuPos) | |
Constructor. | |
![]() | |
void | addEvent (const std::string &text) |
Adds the event to the list. | |
virtual std::vector< std::string > | dynamicDataDescriptors () const |
Returns a vector of data descriptors for the dynamic data. | |
const std::vector< std::string > & | events () const |
Returns a vector of string events associated with this data. | |
virtual std::vector< std::pair< std::string, double > > | getDynamicData () const |
Returns a vector of data descriptors and values for the dynamic data. | |
virtual std::optional< double > | getDynamicDataAt (const std::string &) const |
Get the value for the descriptor. | |
double | getValueAtOrNaN (size_t idx) const |
Get the value at the index or NaN if not in the observation. | |
virtual void | guiTooltip (bool detailView, bool firstOpen, const char *displayName, const char *id, int *rootWindow) const |
Shows a GUI tooltip to look into details of the observation. | |
virtual bool | hasTooltip () const |
Return whether this data has a tooltip. | |
NodeData ()=default | |
Default constructor. | |
NodeData (const NodeData &)=default | |
Copy constructor. | |
NodeData (NodeData &&)=default | |
Move constructor. | |
NodeData & | operator= (const NodeData &)=default |
Copy assignment operator. | |
NodeData & | operator= (NodeData &&)=default |
Move assignment operator. | |
virtual bool | setDynamicDataAt (const std::string &, double) |
Set the value for the descriptor. | |
virtual | ~NodeData ()=default |
Destructor. | |
Static Public Member Functions | |
static std::vector< std::string > | GetStaticDataDescriptors () |
Returns a vector of data descriptors. | |
static constexpr size_t | GetStaticDescriptorCount () |
Get the amount of descriptors. | |
static std::vector< std::string > | parentTypes () |
Returns the parent types of the data class. | |
static std::string | type () |
Returns the type of the data class. | |
![]() | |
static std::vector< std::string > | GetStaticDataDescriptors () |
Returns a vector of data descriptors. | |
static constexpr size_t | GetStaticDescriptorCount () |
Get the amount of descriptors. | |
static std::vector< std::string > | parentTypes () |
Returns the parent types of the data class. | |
static std::string | type () |
Returns the type of the data class. | |
![]() | |
static std::vector< std::string > | GetStaticDataDescriptors () |
Returns a vector of data descriptors. | |
static constexpr size_t | GetStaticDescriptorCount () |
Get the amount of descriptors. | |
static std::vector< std::string > | parentTypes () |
Returns the parent types of the data class. | |
static std::string | type () |
Returns the type of the data class. | |
![]() | |
static std::vector< std::string > | GetStaticDataDescriptors () |
Returns a vector of data descriptors. | |
static constexpr size_t | GetStaticDescriptorCount () |
Get the amount of descriptors. | |
static std::vector< std::string > | parentTypes () |
Returns the parent types of the data class. | |
static std::string | type () |
Returns the type of the data class. | |
Data Fields | |
Eigen::Vector3d | e_accelDynamics |
The acceleration derived from the trajectory in [m/s^2], given in the ECEF frame. | |
Eigen::Vector3d | e_angularRateDynamics |
The angular rate ω_nb_e derived from the trajectory in [rad/s], given in the ECEF frame. | |
Eigen::Vector3d | n_accelDynamics |
The acceleration derived from the trajectory in [m/s^2], given in the NED frame. | |
Eigen::Vector3d | n_angularRateDynamics |
The angular rate ω_nb_n derived from the trajectory in [rad/s], given in the NED frame. | |
![]() | |
Eigen::Vector3d | dtheta |
double | dtime |
The time interval that the delta angle and velocities are integrated over in [seconds]. | |
Eigen::Vector3d | dvel |
![]() | |
const ImuPos & | imuPos |
Position and rotation information for conversion from platform to body frame. | |
Eigen::Vector3d | p_acceleration |
The IMU acceleration measured in units of [m/s^2], given in the platform frame. | |
Eigen::Vector3d | p_angularRate |
The IMU angular rate measured in units of [rad/s], given in the platform frame. | |
std::optional< Eigen::Vector3d > | p_magneticField |
The IMU magnetic field measured in units of [Gauss], given in the platform frame. | |
std::optional< double > | temperature |
The IMU temperature measured in units of [Celsius]. | |
![]() | |
InsTime | insTime |
Time at which the message was received. | |
Additional Inherited Members | |
![]() | |
std::vector< std::string > | _events |
List of events. | |
VectorNav Observation storage Class.
Definition at line 21 of file ImuObsSimulated.hpp.
|
inlineexplicit |
Constructor.
[in] | imuPos | Reference to the position and rotation info of the Imu |
Definition at line 26 of file ImuObsSimulated.hpp.
|
inlinestaticnodiscard |
Returns a vector of data descriptors.
Definition at line 50 of file ImuObsSimulated.hpp.
|
inlinestaticnodiscardconstexpr |
Get the amount of descriptors.
Definition at line 69 of file ImuObsSimulated.hpp.
|
inlinenodiscardoverridevirtual |
Returns the type of the data class.
Reimplemented from NAV::ImuObs.
Definition at line 38 of file ImuObsSimulated.hpp.
|
inlinenodiscardoverridevirtual |
Get the value at the index.
idx | Index corresponding to data descriptor order |
Reimplemented from NAV::ImuObs.
Definition at line 80 of file ImuObsSimulated.hpp.
|
inlinestaticnodiscard |
Returns the parent types of the data class.
Definition at line 42 of file ImuObsSimulated.hpp.
|
inlinenodiscardoverridevirtual |
Set the value at the index.
idx | Index corresponding to data descriptor order |
value | Value to set |
Reimplemented from NAV::ImuObs.
Definition at line 119 of file ImuObsSimulated.hpp.
|
inlinenodiscardoverridevirtual |
Returns a vector of data descriptors.
Reimplemented from NAV::ImuObs.
Definition at line 72 of file ImuObsSimulated.hpp.
|
inlinenodiscardoverridevirtual |
Get the amount of descriptors.
Reimplemented from NAV::ImuObs.
Definition at line 75 of file ImuObsSimulated.hpp.
|
inlinestaticnodiscard |
Returns the type of the data class.
Definition at line 31 of file ImuObsSimulated.hpp.
Eigen::Vector3d NAV::ImuObsSimulated::e_accelDynamics |
The acceleration derived from the trajectory in [m/s^2], given in the ECEF frame.
Definition at line 174 of file ImuObsSimulated.hpp.
Eigen::Vector3d NAV::ImuObsSimulated::e_angularRateDynamics |
The angular rate ω_nb_e derived from the trajectory in [rad/s], given in the ECEF frame.
Definition at line 176 of file ImuObsSimulated.hpp.
Eigen::Vector3d NAV::ImuObsSimulated::n_accelDynamics |
The acceleration derived from the trajectory in [m/s^2], given in the NED frame.
Definition at line 169 of file ImuObsSimulated.hpp.
Eigen::Vector3d NAV::ImuObsSimulated::n_angularRateDynamics |
The angular rate ω_nb_n derived from the trajectory in [rad/s], given in the NED frame.
Definition at line 171 of file ImuObsSimulated.hpp.