mavlink v0.7.0 APM.Message.Simstate View Source
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %APM.Message.Simstate{
lat: MAVLink.Types.int32_t(),
lng: MAVLink.Types.int32_t(),
pitch: Float32,
roll: Float32,
xacc: Float32,
xgyro: Float32,
yacc: Float32,
yaw: Float32,
ygyro: Float32,
zacc: Float32,
zgyro: Float32
}
t() :: %APM.Message.Simstate{ lat: MAVLink.Types.int32_t(), lng: MAVLink.Types.int32_t(), pitch: Float32, roll: Float32, xacc: Float32, xgyro: Float32, yacc: Float32, yaw: Float32, ygyro: Float32, zacc: Float32, zgyro: Float32 }
Status of simulation environment, if used.