mirror of https://github.com/ArduPilot/ardupilot
TradHeli: Change user description for COLYAW parameter.
This commit is contained in:
parent
8868af7c2f
commit
5d946be77c
|
@ -140,8 +140,8 @@ const AP_Param::GroupInfo AP_MotorsHeli::var_info[] PROGMEM = {
|
||||||
|
|
||||||
// @Param: COLYAW
|
// @Param: COLYAW
|
||||||
// @DisplayName: Collective-Yaw Mixing
|
// @DisplayName: Collective-Yaw Mixing
|
||||||
// @Description: This is a feed-forward compensation to automatically add rudder input when collective pitch is increased.
|
// @Description: This is a feed-forward compensation to automatically add rudder input when collective pitch is increased. Can be positive or negative depending on mechanics.
|
||||||
// @Range: 0 5
|
// @Range: -10 10
|
||||||
AP_GROUPINFO("COLYAW", 14, AP_MotorsHeli, collective_yaw_effect, 0),
|
AP_GROUPINFO("COLYAW", 14, AP_MotorsHeli, collective_yaw_effect, 0),
|
||||||
|
|
||||||
// @Param: GOV_SETPOINT
|
// @Param: GOV_SETPOINT
|
||||||
|
|
Loading…
Reference in New Issue