ArduPilot / ArduPilot/ardupilot

Plane:error in the calculation of aerodynamic_load_factor

Open
#6,747 3 comments 0 reactions 2 assignees Claimed by @magicrub View on GitHub
Plane
Dominant language
C++
Stars
15.9k
Forks
21.4k
Avg merge
3d 17h
Merged PRs (30d)
119

Description

#### Issue details
In ArduPlane/Attitude.cpp where i found an error about calculation of aerodynamic_load_factor,which represents the ratio of aircraft lift and itself weight, so the fomular should be " aerodynamic_load_factor = 1.0f / cosf(radians(demanded_roll))" rather than " aerodynamic_load_factor = 1.0f / safe_sqrt(cosf(radians(demanded_roll)))".

#### Version
ArduPlane 3.8.0
#### Platform
Plane
#### Airframe type
eletric flying wing

#### Hardware type
pixhawk

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.