View Source Tello.StatusListener.Status (Tello v0.3.0)
Tello's status update message.
see-also
See also
Link to this section Summary
Link to this section Types
@type t() :: %Tello.StatusListener.Status{ _raw: String.t(), acceleration: Tello.StatusListener.Status.Acceleration.t(), barometer: float(), battery: integer(), height: integer(), mission_pad: Tello.StatusListener.Status.MissionPad.t() | nil, pitch: integer(), roll: integer(), speed: Tello.StatusListener.Status.Speed.t(), temperature: Tello.StatusListener.Status.Temperature.t(), time: integer(), tof_distance: integer(), yaw: integer() }