add standard vtol airframe

This commit is contained in:
Balduin
2025-01-13 15:41:47 +01:00
committed by Silvan Fuhrer
parent a0a2bdaea5
commit 41c4933e10
4 changed files with 123 additions and 0 deletions
@@ -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