mavlink v0.7.0 APM.Message.TerrainCheck View Source

Link to this section Summary

Types

t()

Request that the vehicle report terrain height at the given location. Used by GCS to check if vehicle has all terrain data needed for a mission.

Link to this section Types

Link to this type

t() View Source
t() :: %APM.Message.TerrainCheck{
  lat: MAVLink.Types.int32_t(),
  lon: MAVLink.Types.int32_t()
}

Request that the vehicle report terrain height at the given location. Used by GCS to check if vehicle has all terrain data needed for a mission.