|
UFO 1.0.0
An Efficient Probabilistic 3D Mapping Framework That Embraces the Unknown
|
Represents an Inertial Measurement Unit (IMU) sensor reading. More...
#include <lib/sensor/include/ufo/sensor/imu.hpp>
Public Attributes | |
| Vec< 3, T > | angular_velocity |
| Angular velocity of the sensor. | |
| Mat< 3, 3, T > | angular_velocity_covariance |
| Covariance matrix for the angular velocity measurement. | |
| Vec< 3, T > | linear_acceleration |
| Linear acceleration of the sensor. | |
| Mat< 3, 3, T > | linear_acceleration_covariance |
| Covariance matrix for the linear acceleration measurement. | |
| Quat< T > | orientation |
| Orientation of the sensor in the world frame. | |
| Mat< 3, 3, T > | orientation_covariance |
| Covariance matrix for the orientation measurement. | |
Represents an Inertial Measurement Unit (IMU) sensor reading.
This structure holds common IMU measurements, including orientation, angular velocity, and linear acceleration, along with their associated covariance matrices.
| T | The numeric type (e.g., float, double) used for the measurements. |