View Source Common.Message.TerrainRequest (xmavlink_util v0.3.0)

Link to this section Summary

Types

t()

Request for terrain data and terrain status. See terrain protocol docs: https://mavlink.io/en/services/terrain.html

Link to this section Types

@type t() :: %Common.Message.TerrainRequest{
  grid_spacing: XMAVLink.Types.uint16_t(),
  lat: XMAVLink.Types.int32_t(),
  lon: XMAVLink.Types.int32_t(),
  mask: XMAVLink.Types.uint64_t()
}

Request for terrain data and terrain status. See terrain protocol docs: https://mavlink.io/en/services/terrain.html