Common.Message.SafetyAllowedArea (xmavlink_util v0.4.3)

View Source

Summary

Types

t()

Read out the safety zone the MAV currently assumes.

Types

t()

@type t() :: %Common.Message.SafetyAllowedArea{
  frame: Common.Types.mav_frame(),
  p1x: Float32,
  p1y: Float32,
  p1z: Float32,
  p2x: Float32,
  p2y: Float32,
  p2z: Float32
}

Read out the safety zone the MAV currently assumes.