Skip to content

Commit

Permalink
Correctly set the FW_ARSP_MODE parameter value
Browse files Browse the repository at this point in the history
  • Loading branch information
xdwgood authored and dagar committed Jul 22, 2020
1 parent 3b1be7d commit f014d0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ROMFS/px4fmu_common/init.d-posix/1042_tiltrotor
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sh /etc/init.d/rc.vtol_defaults

if [ $AUTOCNF = yes ]
then
param set FW_ARSP_MODE 2
param set FW_ARSP_MODE 1
param set FW_AIRSPD_MAX 25
param set FW_AIRSPD_MIN 14
param set FW_AIRSPD_TRIM 16
Expand Down
2 changes: 1 addition & 1 deletion ROMFS/px4fmu_common/init.d/airframes/13012_convergence
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if [ $AUTOCNF = yes ]
then
param set CBRK_AIRSPD_CHK 162128

param set FW_ARSP_MODE 2
param set FW_ARSP_MODE 1

param set FW_L1_PERIOD 17
param set FW_MAN_R_MAX 50
Expand Down
2 changes: 1 addition & 1 deletion ROMFS/px4fmu_common/init.d/airframes/13013_deltaquad
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ then
param set EKF2_GPS_P_GATE 10
param set EKF2_GPS_V_GATE 10

param set FW_ARSP_MODE 2
param set FW_ARSP_MODE 1
param set FW_L1_PERIOD 25
param set FW_PR_FF 0.7
param set FW_PR_I 0.18
Expand Down

0 comments on commit f014d0d

Please sign in to comment.