mirror of https://github.com/ArduPilot/ardupilot
AC_Autorotation: minor comment fix
This commit is contained in:
parent
5ca7e03eeb
commit
3a075850f6
|
@ -29,7 +29,7 @@ const AP_Param::GroupInfo AC_Autorotation::var_info[] = {
|
||||||
AP_GROUPINFO_FLAGS("ENABLE", 1, AC_Autorotation, _param_enable, 0, AP_PARAM_FLAG_ENABLE),
|
AP_GROUPINFO_FLAGS("ENABLE", 1, AC_Autorotation, _param_enable, 0, AP_PARAM_FLAG_ENABLE),
|
||||||
|
|
||||||
// @Param: HS_P
|
// @Param: HS_P
|
||||||
// @DisplayName: P gain for head spead controller
|
// @DisplayName: P gain for head speed controller
|
||||||
// @Description: Increase value to increase sensitivity of head speed controller during autonomous autorotation.
|
// @Description: Increase value to increase sensitivity of head speed controller during autonomous autorotation.
|
||||||
// @Range: 0.3 1
|
// @Range: 0.3 1
|
||||||
// @Increment: 0.01
|
// @Increment: 0.01
|
||||||
|
|
Loading…
Reference in New Issue