Firmware
Public Member Functions | Public Attributes | List of all members
mavlink_px4.MAVLink_mission_item_message Class Reference
Inheritance diagram for mavlink_px4.MAVLink_mission_item_message:
mavlink_px4.MAVLink_message

Public Member Functions

def __init__ (self, target_system, target_component, seq, frame, command, current, autocontinue, param1, param2, param3, param4, x, y, z)
 
def pack (self, mav)
 

Public Attributes

 target_system
 
 target_component
 
 seq
 
 frame
 
 command
 
 current
 
 autocontinue
 
 param1
 
 param2
 
 param3
 
 param4
 
 x
 
 y
 
 z
 

Detailed Description

Message encoding a mission item. This message is emitted to
announce                 the presence of a mission item and to
set a mission item on the system. The mission item can be
either in x, y, z meters (type: LOCAL) or x:lat, y:lon,
z:altitude. Local frame is Z-down, right handed (NED), global
frame is Z-up, right handed (ENU). See also
http://qgroundcontrol.org/mavlink/waypoint_protocol.

The documentation for this class was generated from the following file: