Skip to content
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

Fixed-wing attidue controller: replace IAS with EAS #14868

Merged
merged 1 commit into from
May 8, 2020

Conversation

sfuhrer
Copy link
Contributor

@sfuhrer sfuhrer commented May 8, 2020

This PR makes the FW attitude controller use EAS (equivalent airspeed) and not IAS (indicated airspeed) for the control input scaling depending on airspeed. The EAS is the calibrated airspeed corrected with a scaling factor to account for sensor error/placement of pitot.

The remaining control modules (TECS, VTOL) already are using EAS instead of IAS. Note that per default EAS=IAS (ASPD_SCALE=1).

The EAS is the calibrated airspeed corrected with a scaling factor to account for sensor error/placement of pitot.

Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
@sfuhrer sfuhrer requested review from dagar and RomanBapst May 8, 2020 08:20
@sfuhrer sfuhrer self-assigned this May 8, 2020
Copy link
Member

@bresch bresch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool

@sfuhrer sfuhrer merged commit 0c75385 into master May 8, 2020
@sfuhrer sfuhrer deleted the pr-use-replace-IAS-with-EAS branch May 8, 2020 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants