Skip to content

Commit

Permalink
New params for quadranger
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderux committed Feb 26, 2016
1 parent b4d95a7 commit 1165e0a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion ROMFS/px4fmu_common/init.d/13008_QuadRanger
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,20 @@ then
param set MC_YAWRATE_FF 0.0

param set MPC_ACC_HOR_MAX 2.0
param set MPC_Z_VEL_MAX 1.5
param set MPC_TKO_SPEED 1.5
param set MPC_LAND_SPEED 0.8

param set FW_THR_CRUISE 65.0
param set FW_PR_P 0.08
param set FW_PR_FF 0.5
param set FW_RR_P 0.05
param set FW_RR_FF 0.6

param set MIS_YAW_TMT 10

param set VT_ARSP_TRANS 15.0
param set VT_ARSP_BLEND 10.0
param set VT_ARSP_BLEND 8.0
param set VT_B_TRANS_DUR 4.0
fi

Expand Down

0 comments on commit 1165e0a

Please sign in to comment.