AC_Avoid: ANGLE_MAX renamed to ANG_MAX and converted to degrees#32186
Merged
rmackay9 merged 3 commits intoArduPilot:masterfrom Mar 4, 2026
Merged
AC_Avoid: ANGLE_MAX renamed to ANG_MAX and converted to degrees#32186rmackay9 merged 3 commits intoArduPilot:masterfrom
rmackay9 merged 3 commits intoArduPilot:masterfrom
Conversation
07316de to
4705071
Compare
rmackay9
commented
Feb 17, 2026
tridge
reviewed
Feb 17, 2026
rmackay9
commented
Feb 17, 2026
4705071 to
249a517
Compare
249a517 to
aa8ad84
Compare
Contributor
Author
|
I've tested this lightly in SITL and it's working so I'll merge once it passes CI, thanks! |
dd1e489 to
aa8ad84
Compare
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
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.
This continues the drip-feed of parameter conversions to SI units. This is a follow-up to PR #32184 and helps address #31562
Only a single parameter is affected by this PR
AVOID_ANGLE_MAX (centi-degrees) -> AVOID_ANG_MAX (degrees)
This has been lightly tested in SITL but only to confirm that the parameter conversion is working. TBH, so few users use the non-GPS avoidance that we should consider removing the conversion in order to save flash