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

Public Member Functions

def __init__ (self, target_system, target_component, coordinate_frame, x, y, z, yaw)
 
def pack (self, mav)
 

Public Attributes

 target_system
 
 target_component
 
 coordinate_frame
 
 x
 
 y
 
 z
 
 yaw
 

Detailed Description

Set the setpoint for a local position controller. This is the
position in local coordinates the MAV should fly to. This
message is sent by the path/MISSION planner to the onboard
position controller. As some MAVs have a degree of freedom in
yaw (e.g. all helicopters/quadrotors), the desired yaw angle
is part of the message.

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