AP_VisualOdom: fix desc typo

This commit is contained in:
chobitsfan 2020-06-09 09:03:17 +08:00 committed by Randy Mackay
parent 01e6b316a6
commit 4477e2c617
1 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ const AP_Param::GroupInfo AP_VisualOdom::var_info[] = {
// @Param: _POS_M_NSE
// @DisplayName: Visual odometry position measurement noise
// @Description: Visual odometry position measurement noise minimum (meters). This value will be used if the sensor provides a lower noise value (or not noise value)
// @Description: Visual odometry position measurement noise minimum (meters). This value will be used if the sensor provides a lower noise value (or no noise value)
// @Units: m
// @Range: 0.1 10.0
// @User: Advanced
@ -100,7 +100,7 @@ const AP_Param::GroupInfo AP_VisualOdom::var_info[] = {
// @Param: _YAW_M_NSE
// @DisplayName: Visual odometry yaw measurement noise
// @Description: Visual odometry yaw measurement noise minimum (radians), This value will be used if the sensor provides a lower noise value (or not noise value)
// @Description: Visual odometry yaw measurement noise minimum (radians), This value will be used if the sensor provides a lower noise value (or no noise value)
// @Units: rad
// @Range: 0.05 1.0
// @User: Advanced