mavlink v0.7.0 APM.Message.HilState 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.HilState{
alt: MAVLink.Types.int32_t(),
lat: MAVLink.Types.int32_t(),
lon: MAVLink.Types.int32_t(),
pitch: Float32,
pitchspeed: Float32,
roll: Float32,
rollspeed: Float32,
time_usec: MAVLink.Types.uint64_t(),
vx: MAVLink.Types.int16_t(),
vy: MAVLink.Types.int16_t(),
vz: MAVLink.Types.int16_t(),
xacc: MAVLink.Types.int16_t(),
yacc: MAVLink.Types.int16_t(),
yaw: Float32,
yawspeed: Float32,
zacc: MAVLink.Types.int16_t()
}
t() :: %APM.Message.HilState{ alt: MAVLink.Types.int32_t(), lat: MAVLink.Types.int32_t(), lon: MAVLink.Types.int32_t(), pitch: Float32, pitchspeed: Float32, roll: Float32, rollspeed: Float32, time_usec: MAVLink.Types.uint64_t(), vx: MAVLink.Types.int16_t(), vy: MAVLink.Types.int16_t(), vz: MAVLink.Types.int16_t(), xacc: MAVLink.Types.int16_t(), yacc: MAVLink.Types.int16_t(), yaw: Float32, yawspeed: Float32, zacc: MAVLink.Types.int16_t() }
Sent from simulation to autopilot. This packet is useful for high throughput applications such as hardware in the loop simulations.