mavlink v0.7.0 APM.Message.SetHomePosition View Source

Link to this section Summary

Types

t()

The position the system will return to and land on. The position is set automatically by the system during the takeoff in case it was not explicitly set by the operator before or after. The global and local positions encode the position in the respective coordinate frames, while the q parameter encodes the orientation of the surface. Under normal conditions it describes the heading and terrain slope, which can be used by the aircraft to adjust the approach. The approach 3D vector describes the point to which the system should fly in normal flight mode and then perform a landing sequence along the vector.

Link to this section Types

Link to this type

t() View Source
t() :: %APM.Message.SetHomePosition{
  altitude: MAVLink.Types.int32_t(),
  approach_x: Float32,
  approach_y: Float32,
  approach_z: Float32,
  latitude: MAVLink.Types.int32_t(),
  longitude: MAVLink.Types.int32_t(),
  q: [Float32],
  target_system: MAVLink.Types.uint8_t(),
  time_usec: MAVLink.Types.uint64_t(),
  x: Float32,
  y: Float32,
  z: Float32
}

The position the system will return to and land on. The position is set automatically by the system during the takeoff in case it was not explicitly set by the operator before or after. The global and local positions encode the position in the respective coordinate frames, while the q parameter encodes the orientation of the surface. Under normal conditions it describes the heading and terrain slope, which can be used by the aircraft to adjust the approach. The approach 3D vector describes the point to which the system should fly in normal flight mode and then perform a landing sequence along the vector.