Common.Message.SetPositionTargetLocalNed (xmavlink_util v0.4.3)

View Source

Summary

Types

t()

Sets a desired vehicle position in a local north-east-down coordinate frame. Used by an external controller to command the vehicle (manual controller or other system).

Types

t()

@type t() :: %Common.Message.SetPositionTargetLocalNed{
  afx: Float32,
  afy: Float32,
  afz: Float32,
  coordinate_frame: Common.Types.mav_frame(),
  target_component: XMAVLink.Types.uint8_t(),
  target_system: XMAVLink.Types.uint8_t(),
  time_boot_ms: XMAVLink.Types.uint32_t(),
  type_mask: MapSet.t(Common.Types.position_target_typemask()),
  vx: Float32,
  vy: Float32,
  vz: Float32,
  x: Float32,
  y: Float32,
  yaw: Float32,
  yaw_rate: Float32,
  z: Float32
}

Sets a desired vehicle position in a local north-east-down coordinate frame. Used by an external controller to command the vehicle (manual controller or other system).