IMU sensor measurement input (MessageType::IMU_INPUT, version 1.0).
This message is an input to the device containing raw IMU acceleration and rotation rate measurements.
See also IMUOutput.
Definition at line 244 of file measurements.h.
  
#include <point_one/fusion_engine/messages/measurements.h>
Public Attributes | |
| int32_t | accel [3] = {INT32_MAX, INT32_MAX, INT32_MAX} | 
| Measured x/y/z acceleration (in meters/second^2 * 2^-16), resolved in the sensor measurement frame.  More... | |
| MeasurementDetails | details | 
| Measurement timestamp and additional information, if available.  More... | |
| int32_t | gyro [3] = {INT32_MAX, INT32_MAX, INT32_MAX} | 
| Measured x/y/z rate of rotation (in radians/second * 2^-20), resolved in the sensor measurement frame.  More... | |
| int16_t | temperature = INT16_MAX | 
| The IMU temperature (in deg Celcius * 2^-7).  More... | |
Static Public Attributes | |
| static constexpr MessageType | MESSAGE_TYPE = MessageType::IMU_INPUT | 
| static constexpr uint8_t | MESSAGE_VERSION = 0 | 
| int32_t point_one::fusion_engine::messages::IMUInput::accel[3] = {INT32_MAX, INT32_MAX, INT32_MAX} | 
Measured x/y/z acceleration (in meters/second^2 * 2^-16), resolved in the sensor measurement frame.
Set to 0x7FFFFFFF if invalid.
Definition at line 265 of file measurements.h.
| MeasurementDetails point_one::fusion_engine::messages::IMUInput::details | 
Measurement timestamp and additional information, if available.
See MeasurementDetails for details.
Definition at line 252 of file measurements.h.
| int32_t point_one::fusion_engine::messages::IMUInput::gyro[3] = {INT32_MAX, INT32_MAX, INT32_MAX} | 
Measured x/y/z rate of rotation (in radians/second * 2^-20), resolved in the sensor measurement frame.
Set to 0x7FFFFFFF if invalid.
Definition at line 271 of file measurements.h.
      
  | 
  staticconstexpr | 
Definition at line 245 of file measurements.h.
      
  | 
  staticconstexpr | 
Definition at line 246 of file measurements.h.
| int16_t point_one::fusion_engine::messages::IMUInput::temperature = INT16_MAX | 
The IMU temperature (in deg Celcius * 2^-7).
Set to 0x7FFF if invalid.
Definition at line 259 of file measurements.h.
 1.8.18