AP_NavEKF2: Fix parameter metadata

This commit is contained in:
Jacob Walser 2017-02-10 19:26:08 -05:00 committed by Tom Pittenger
parent 84e5e088de
commit 646d68c76d
1 changed files with 2 additions and 2 deletions

View File

@ -325,7 +325,7 @@ const AP_Param::GroupInfo NavEKF2::var_info[] = {
// @Param: FLOW_DELAY
// @DisplayName: Optical Flow measurement delay (msec)
// @Description: This is the number of msec that the optical flow measurements lag behind the inertial measurements. It is the time from the end of the optical flow averaging period and does not include the time delay due to the 100msec of averaging within the flow sensor.
// @Range: 0 250
// @Range: 0 127
// @Increment: 10
// @User: Advanced
// @Units: milliseconds
@ -512,7 +512,7 @@ const AP_Param::GroupInfo NavEKF2::var_info[] = {
// @Param: BCN_DELAY
// @DisplayName: Range beacon measurement delay (msec)
// @Description: This is the number of msec that the range beacon measurements lag behind the inertial measurements. It is the time from the end of the optical flow averaging period and does not include the time delay due to the 100msec of averaging within the flow sensor.
// @Range: 0 250
// @Range: 0 127
// @Increment: 10
// @User: Advanced
// @Units: milliseconds