Skip to content

ArduPlane: Fixed formulas for load factor and roll, also corrected _TASmin in AP_TECS accordingly #24469

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

Closed
wants to merge 38 commits into from

Conversation

abaghiyan
Copy link
Contributor

See details in #24320

abaghiyan and others added 27 commits August 4, 2023 23:51
non-trivial designators not implemented
this didn't actually cause an issue, but is wrong
this broke when we moved to the unified AP_HAL locking system for
UARTs. The SLCAN code relied on the fact that the thread owner check
was not done for the read_locked() path. Now that we have a higher
level consistent API that check is done and SLCAN broke
allow DOUBLE_PRECISION_SOURCES in ap_find_tests()
…e declared

use correct DOUBLE_PRECISION_SOURCES definition
portably define qsort argument in tests
fix test_location
add test_location to double sources
fixed test_math_double
the wrap check needs to be wrap_PI() as otherwise rounding of 2*PI if
just over 6.28 will give a large error
ensure double tests are double
test_vector2
Lokesh Ramina and others added 9 commits August 5, 2023 00:02
Reserving an ID for a Battmonitor type which reads the analog value from an I2C ADC IC.
this allows for FENCE_AUTOENABLE on planes with no compass
This fix probably reflects the original intention of the code author, because without it delays set in detect_servos() are ignored.
Without this fix Dynamixel XC330-T288-T does not start and enters something like a "soft bricked" state (no errors reported, but not responding to any commands). This adds a delay after ping messages so that servos have time to respond to the pings and are ready to be configured further.
@abaghiyan abaghiyan closed this Aug 4, 2023
@abaghiyan abaghiyan deleted the loadFactorFix branch August 4, 2023 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants