-
Notifications
You must be signed in to change notification settings - Fork 19.3k
AP_MotorsHeli: Add clarifying comments to yaw trim parameter metadata. #30904
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AP_MotorsHeli: Add clarifying comments to yaw trim parameter metadata. #30904
Conversation
@@ -178,8 +178,8 @@ const AP_Param::GroupInfo AP_MotorsHeli_Single::var_info[] = { | |||
|
|||
// @Param: YAW_TRIM | |||
// @DisplayName: Tail Rotor Trim | |||
// @Description: Fixed offset applied to yaw output to minimize yaw I-term contribution needed to counter rotor drag. Currently only works of DDFP tails (H_TAIL_TYPE = 3 or H_TAIL_TYPE = 4). If using the H_COL2YAW compensation this trim is used to compensate for the main rotor profile drag. If H_COL2YAW is not used, this value can be set to reduce the yaw I contribution to zero when in a steady hover. | |||
// @Range: 0 1 | |||
// @Description: Fixed offset applied to yaw output to minimize yaw I-term contribution needed to counter rotor drag. Currently only works of DDFP tails (H_TAIL_TYPE = 3 or H_TAIL_TYPE = 4). If using the H_COL2YAW compensation this trim is used to compensate for the main rotor profile drag. If H_COL2YAW is not used, this value can be set to reduce the yaw I-term to zero when in a steady hover. In this case, move trim in the direction of the I-term found in PIDY.I log message (e.g. negative I means you want negative trim). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not the expert in this area but it looks ok to me.
BTW, there's an existing typo, "Currently only works of DDFP tails" which should probably be "Currently only works for DDFP tails"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Green light!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approved with suggested change. @MattKear please implement suggested change and once it passes CI, I can merge.
@MattKear I realized that I was able to commit the suggested change. So that is what I did. I will merge once it passes CI. Thanks! |
Thanks @bnsgeyer |
No functional change.
Just adding some clarification to the yaw trim parameter metadata, following a conversation with a user on discord.