mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
AP_VisualOdom: fix desc typo
This commit is contained in:
parent
01e6b316a6
commit
4477e2c617
@ -92,7 +92,7 @@ const AP_Param::GroupInfo AP_VisualOdom::var_info[] = {
|
|||||||
|
|
||||||
// @Param: _POS_M_NSE
|
// @Param: _POS_M_NSE
|
||||||
// @DisplayName: Visual odometry position measurement noise
|
// @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
|
// @Units: m
|
||||||
// @Range: 0.1 10.0
|
// @Range: 0.1 10.0
|
||||||
// @User: Advanced
|
// @User: Advanced
|
||||||
@ -100,7 +100,7 @@ const AP_Param::GroupInfo AP_VisualOdom::var_info[] = {
|
|||||||
|
|
||||||
// @Param: _YAW_M_NSE
|
// @Param: _YAW_M_NSE
|
||||||
// @DisplayName: Visual odometry yaw measurement noise
|
// @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
|
// @Units: rad
|
||||||
// @Range: 0.05 1.0
|
// @Range: 0.05 1.0
|
||||||
// @User: Advanced
|
// @User: Advanced
|
||||||
|
Loading…
Reference in New Issue
Block a user