mirror of https://github.com/ArduPilot/ardupilot
AP_NavEKF3: Remove @RebootRequired: False
This commit is contained in:
parent
7dd40f0cab
commit
d6a5622fcb
|
@ -587,7 +587,6 @@ const AP_Param::GroupInfo NavEKF3::var_info[] = {
|
||||||
// @Description: Specifies the crossover frequency of the complementary filter used to calculate the output predictor height rate derivative.
|
// @Description: Specifies the crossover frequency of the complementary filter used to calculate the output predictor height rate derivative.
|
||||||
// @Range: 0.1 30.0
|
// @Range: 0.1 30.0
|
||||||
// @Units: Hz
|
// @Units: Hz
|
||||||
// @RebootRequired: False
|
|
||||||
AP_GROUPINFO("HRT_FILT", 55, NavEKF3, _hrt_filt_freq, 2.0f),
|
AP_GROUPINFO("HRT_FILT", 55, NavEKF3, _hrt_filt_freq, 2.0f),
|
||||||
|
|
||||||
// @Param: MAG_EF_LIM
|
// @Param: MAG_EF_LIM
|
||||||
|
|
Loading…
Reference in New Issue