-
Notifications
You must be signed in to change notification settings - Fork 18.6k
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
See details here: ArduPilot#24320
…r the load factor See details here: ArduPilot#24320
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
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
we don't have a hardware definition for this
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.
7f626fa
to
bbae406
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See details in #24320