ArduPilot / ArduPilot/ardupilot
Plane:error in the calculation of aerodynamic_load_factor
Open
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
Assessment
This issue has not been assessed yet.