mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AC_PrecLand: correct @User field in ACC_P_NSE documentation
This commit is contained in:
parent
fdb31a6419
commit
3569c4d979
@ -65,7 +65,7 @@ const AP_Param::GroupInfo AC_PrecLand::var_info[] = {
|
|||||||
// @DisplayName: Kalman Filter Accelerometer Noise
|
// @DisplayName: Kalman Filter Accelerometer Noise
|
||||||
// @Description: Kalman Filter Accelerometer Noise, higher values weight the input from the camera more, accels less
|
// @Description: Kalman Filter Accelerometer Noise, higher values weight the input from the camera more, accels less
|
||||||
// @Range: 0.5 5
|
// @Range: 0.5 5
|
||||||
// @User: Advanceds
|
// @User: Advanced
|
||||||
AP_GROUPINFO("ACC_P_NSE", 6, AC_PrecLand, _accel_noise, 2.5f),
|
AP_GROUPINFO("ACC_P_NSE", 6, AC_PrecLand, _accel_noise, 2.5f),
|
||||||
|
|
||||||
// @Param: CAM_POS_X
|
// @Param: CAM_POS_X
|
||||||
|
Loading…
Reference in New Issue
Block a user