mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 11:50:35 +08:00
add standard vtol airframe
This commit is contained in:
@@ -53,6 +53,7 @@ if(PX4_PLATFORM MATCHES "posix")
|
||||
airplane
|
||||
quadx
|
||||
xvert
|
||||
standard_vtol
|
||||
)
|
||||
|
||||
# find corresponding airframes
|
||||
|
||||
@@ -220,7 +220,12 @@ private:
|
||||
|
||||
float _u[NUM_ACTUATORS_MAX] {}; // thruster signals
|
||||
|
||||
// MC = Multicopter
|
||||
// FW = Fixed Wing
|
||||
// TS = Tailsitter VTOL
|
||||
// SVTOL = Standard VTOL
|
||||
enum class VehicleType {MC, FW, TS, SVTOL};
|
||||
|
||||
VehicleType _vehicle = VehicleType::MC;
|
||||
|
||||
// aerodynamic segments for the fixedwing
|
||||
|
||||
Reference in New Issue
Block a user