mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
VTOL: Header cleanup
This commit is contained in:
committed by
Lorenz Meier
parent
90c4b41234
commit
7f4519d763
@@ -44,6 +44,8 @@
|
||||
#include "standard.h"
|
||||
#include "vtol_att_control_main.h"
|
||||
|
||||
#include <float.h>
|
||||
|
||||
Standard::Standard(VtolAttitudeControl *attc) :
|
||||
VtolType(attc),
|
||||
_flag_enable_mc_motors(true),
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
#include "vtol_type.h"
|
||||
#include "drivers/drv_pwm_output.h"
|
||||
#include <px4_defines.h>
|
||||
#include <float.h>
|
||||
#include "vtol_att_control_main.h"
|
||||
|
||||
VtolType::VtolType(VtolAttitudeControl *att_controller) :
|
||||
|
||||
Reference in New Issue
Block a user