View Source Tello.CyberTello.State.Speed (Tello v0.1.0)

A sub-struct of Tello.CyberTello.State 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.CyberTello.State.Speed{x: integer(), y: integer(), z: integer()}