sbp-2.4.7: SwiftNav's SBP Library

CopyrightCopyright (C) 2015-2018 Swift Navigation Inc.
LicenseLGPL-3
MaintainerSwift Navigation <dev@swiftnav.com>
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

SwiftNav.SBP.Imu

Description

Inertial Measurement Unit (IMU) messages.

Synopsis

Documentation

data MsgImuRaw Source #

SBP class for message MSG_IMU_RAW (0x0900).

Raw data from the Inertial Measurement Unit, containing accelerometer and gyroscope readings. The sense of the measurements are to be aligned with the indications on the device itself. Measurement units, which are specific to the device hardware and settings, are communicated via the MSG_IMU_AUX message.

Constructors

MsgImuRaw 

Fields

data MsgImuAux Source #

SBP class for message MSG_IMU_AUX (0x0901).

Auxiliary data specific to a particular IMU. The imu_type field will always be consistent but the rest of the payload is device specific and depends on the value of imu_type.

Constructors

MsgImuAux 

Fields