common.xml: add polygon fence variants with altitude#397
Open
peterbarker wants to merge 1 commit intoArduPilot:masterfrom
Open
common.xml: add polygon fence variants with altitude#397peterbarker wants to merge 1 commit intoArduPilot:masterfrom
peterbarker wants to merge 1 commit intoArduPilot:masterfrom
Conversation
peterbarker
commented
May 12, 2025
| <param index="4" label="Maximum Altitude"></param> | ||
| <param index="5" label="Latitude">Latitude</param> | ||
| <param index="6" label="Longitude">Longitude</param> | ||
| <param index="7" label="Altitude Frames"></param> <!-- (param7&0b11111) bits give frame for mimimum altitude, ((param7>>5)&0b11111) gives frame for maximum altitude --> |
Author
There was a problem hiding this comment.
Suggested change
| <param index="7" label="Altitude Frames"></param> <!-- (param7&0b11111) bits give frame for mimimum altitude, ((param7>>5)&0b11111) gives frame for maximum altitude --> | |
| <param index="7" label="Altitude Frames"></param> <!-- (param7&0b11111) bits give MAV_FRAME for mimimum altitude, ((param7>>5)&0b11111) gives MAV_FRAME for maximum altitude --> |
63125ef to
44d093b
Compare
44d093b to
bfe1c77
Compare
bfe1c77 to
b12c9a6
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.
No description provided.