View Source Tello.StatusListener.Status.Speed (Tello v0.3.0)

A sub-struct of Tello.StatusListener.Status to represent the speed information.

  • x: Speed on x-axis
  • y: Speed on y-axis
  • z: Speed on z-axis

Link to this section Summary

Link to this section Types

@type t() :: %Tello.StatusListener.Status.Speed{
  x: integer(),
  y: integer(),
  z: integer()
}