PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Implementation of an attitude controller for VTOL airframes. More...
#include "vtol_att_control_main.h"
#include <systemlib/mavlink_log.h>
#include <uORB/PublicationQueued.hpp>
Go to the source code of this file.
Functions | |
int | vtol_att_control_main (int argc, char *argv[]) |
Implementation of an attitude controller for VTOL airframes.
This module receives data from both the fixed wing- and the multicopter attitude controllers and processes it. It computes the correct actuator controls depending on which mode the vehicle is in (hover,forward- flight or transition). It also publishes the resulting controls on the actuator controls topics.
Definition in file vtol_att_control_main.cpp.
int vtol_att_control_main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 493 of file vtol_att_control_main.cpp.
References main().