IMU sensor measurement data (MessageType::IMU_MEASUREMENT, version 1.0).
Definition at line 159 of file measurements.h.
#include <point_one/fusion_engine/messages/measurements.h>
Public Attributes | |
double | accel_mps2 [3] = {NAN, NAN, NAN} |
Corrected vehicle x/y/z acceleration (in meters/second^2), resolved in the body frame. More... | |
double | accel_std_mps2 [3] = {NAN, NAN, NAN} |
Corrected vehicle x/y/z acceleration standard deviation (in meters/second^2), resolved in the body frame. More... | |
double | gyro_rps [3] = {NAN, NAN, NAN} |
Corrected vehicle x/y/z rate of rotation (in radians/second), resolved in the body frame. More... | |
double | gyro_std_rps [3] = {NAN, NAN, NAN} |
Corrected vehicle x/y/z rate of rotation standard deviation (in radians/second), resolved in the body frame. More... | |
Timestamp | p1_time |
The time of the message, in P1 time (beginning at power-on). More... | |
Static Public Attributes | |
static constexpr MessageType | MESSAGE_TYPE = MessageType::IMU_MEASUREMENT |
static constexpr uint8_t | MESSAGE_VERSION = 0 |
double point_one::fusion_engine::messages::IMUMeasurement::accel_mps2[3] = {NAN, NAN, NAN} |
Corrected vehicle x/y/z acceleration (in meters/second^2), resolved in the body frame.
Definition at line 170 of file measurements.h.
double point_one::fusion_engine::messages::IMUMeasurement::accel_std_mps2[3] = {NAN, NAN, NAN} |
Corrected vehicle x/y/z acceleration standard deviation (in meters/second^2), resolved in the body frame.
Definition at line 176 of file measurements.h.
double point_one::fusion_engine::messages::IMUMeasurement::gyro_rps[3] = {NAN, NAN, NAN} |
Corrected vehicle x/y/z rate of rotation (in radians/second), resolved in the body frame.
Definition at line 182 of file measurements.h.
double point_one::fusion_engine::messages::IMUMeasurement::gyro_std_rps[3] = {NAN, NAN, NAN} |
Corrected vehicle x/y/z rate of rotation standard deviation (in radians/second), resolved in the body frame.
Definition at line 188 of file measurements.h.
|
staticconstexpr |
Definition at line 160 of file measurements.h.
|
staticconstexpr |
Definition at line 161 of file measurements.h.
Timestamp point_one::fusion_engine::messages::IMUMeasurement::p1_time |
The time of the message, in P1 time (beginning at power-on).
Definition at line 164 of file measurements.h.