mavlink v0.7.0 APM.Message.HomePosition View Source
Link to this section Summary
Types
This message can be requested by sending the MAV_CMD_GET_HOME_POSITION command. 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 position the system will return to and land on. 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
t()
View Source
t() :: %APM.Message.HomePosition{
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],
time_usec: MAVLink.Types.uint64_t(),
x: Float32,
y: Float32,
z: Float32
}
t() :: %APM.Message.HomePosition{ 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], time_usec: MAVLink.Types.uint64_t(), x: Float32, y: Float32, z: Float32 }
This message can be requested by sending the MAV_CMD_GET_HOME_POSITION command. 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 position the system will return to and land on. 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.