forked from Archive/PX4-Autopilot
HTE: enable by default
This commit is contained in:
parent
89599f345f
commit
a8063ac948
|
@ -77,13 +77,12 @@ PARAM_DEFINE_FLOAT(MPC_THR_HOVER, 0.5f);
|
|||
* Hover thrust source selector
|
||||
*
|
||||
* Set false to use the fixed parameter MPC_THR_HOVER
|
||||
* (EXPERIMENTAL) Set true to use the value computed by the hover thrust estimator
|
||||
* Set true to use the value computed by the hover thrust estimator
|
||||
*
|
||||
* @boolean
|
||||
* @category Developer
|
||||
* @group Multicopter Position Control
|
||||
*/
|
||||
PARAM_DEFINE_INT32(MPC_USE_HTE, 0);
|
||||
PARAM_DEFINE_INT32(MPC_USE_HTE, 1);
|
||||
|
||||
/**
|
||||
* Thrust curve in Manual Mode
|
||||
|
|
Loading…
Reference in New Issue