sbp-2.2.3: SwiftNav's SBP Library

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

SwiftNav.SBP.Imu

Description

Inertial Measurement Unit (IMU) messages.

Synopsis

Documentation

msgImuRaw :: Word16 Source #

data MsgImuRaw Source #

SBP class for message MSG_IMU_RAW (0x0900).

Raw data from the Inertial Measurement Unit, containing accelerometer and gyroscope readings.

Constructors

MsgImuRaw 

Fields

msgImuAux :: Word16 Source #

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