Add more flexibility for minimum ground speed#2382
Merged
Conversation
Added OSD element to display minimum ground speed. Todo: - [X] Add OSD element - [X] Add analogue character - [ ] Add digital character
4 tasks
Member
Author
|
Configurator examples Example IPF with the new parameters. This will take the horizontal wind speed, add 5km (in cm/s), convert it to m/s, then use whichever is higher out of the calculated speed or 11 m/s (39.6 km/h). That is then set in the minimum ground speed override. I figured that has a few features that some may want in one place. There could be other things like only overriding on a switch or if the wind heading is within +/- 45 degrees of the aircraft heading. If the value in the override minimum ground speed is less than the minimum ground speed parameter (7 m/s by default). It is ignored. The OSD element. |
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.



Added OSD element to display minimum ground speed.
Used with iNavFlight/inav#10720
Todo: