mavlink v0.7.0 APM.Message.DebugVect View Source

Link to this section Summary

Types

t()

To debug something using a named 3D vector.

Link to this section Types

Link to this type

t() View Source
t() :: %APM.Message.DebugVect{
  name: [char()],
  time_usec: MAVLink.Types.uint64_t(),
  x: Float32,
  y: Float32,
  z: Float32
}

To debug something using a named 3D vector.