mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-22 21:57:35 +08:00
Omni: Set the default OMNI_MAX_HOR_THR to 0.15
This commit is contained in:
@@ -39,6 +39,7 @@ then
|
||||
param set SDLOG_PROFILE 179
|
||||
|
||||
param set OMNI_ATT_MODE 2
|
||||
param set OMNI_MAX_HOR_THR 0.15
|
||||
fi
|
||||
|
||||
set MAV_TYPE 13
|
||||
|
||||
@@ -47,6 +47,7 @@ then
|
||||
param set BAT_N_CELLS 4
|
||||
|
||||
param set OMNI_ATT_MODE 2
|
||||
param set OMNI_MAX_HOR_THR 0.15
|
||||
fi
|
||||
|
||||
# Set mixer
|
||||
|
||||
@@ -158,4 +158,4 @@ PARAM_DEFINE_FLOAT(MC_RATT_TH, 0.8f);
|
||||
* @decimal 2
|
||||
* @group Multicopter Attitude Control
|
||||
*/
|
||||
PARAM_DEFINE_FLOAT(OMNI_MAX_HOR_THR, 0.3f);
|
||||
PARAM_DEFINE_FLOAT(OMNI_MAX_HOR_THR, 0.15f);
|
||||
|
||||
Reference in New Issue
Block a user