Skip to content

Commit

Permalink
FMUv2: Exclude some fixed wing targets
Browse files Browse the repository at this point in the history
These are rarely used airframes that should not be missed.
  • Loading branch information
LorenzMeier committed Dec 26, 2019
1 parent 02119c1 commit 0c85c5d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 7 additions & 5 deletions ROMFS/px4fmu_common/init.d/airframes/3037_parrot_disco_mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
# @type Flying Wing
# @class Plane
#
# @board px4_fmu-v2 exclude
#
# @output MAIN1 left aileron
# @output MAIN2 right aileron
# @output MAIN4 throttle
Expand All @@ -22,21 +24,21 @@ sh /etc/init.d/rc.fw_defaults

if [ $AUTOCNF = yes ]
then

####################################
# Airspeed
####################################

param set FW_AIRSPD_MIN 15 # = 29 knots
param set FW_AIRSPD_TRIM 20 # = 39 knots
param set FW_AIRSPD_MAX 27 # = 52 knots

####################################
# The Main L1 Controller
####################################

param set FW_L1_PERIOD 20 #units of meters

# Damping factor for L1 control (def = 0.75)
param set FW_L1_DAMPING 0.75

Expand All @@ -47,7 +49,7 @@ then
# Basic limits (def = +/- 45 deg)
param set FW_P_LIM_MAX 45
param set FW_P_LIM_MIN -45

# Time Constant (def = 0.4s)
param set FW_P_TC 0.4

Expand All @@ -72,7 +74,7 @@ then

# Roll Time Constant (def = 0.4 s)
param set FW_R_TC 0.4

# Roll rate feed forward (def = 0.5 %/rad/sec)
param set FW_RR_FF 0.5

Expand Down
2 changes: 2 additions & 0 deletions ROMFS/px4fmu_common/init.d/airframes/3100_tbs_caipirinha
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
# @type Flying Wing
# @class Plane
#
# @board px4_fmu-v2 exclude
#
# @output MAIN1 left aileron
# @output MAIN2 right aileron
# @output MAIN4 throttle
Expand Down

0 comments on commit 0c85c5d

Please sign in to comment.