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

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

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

Link to this section Summary

Link to this section Types

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