-
Notifications
You must be signed in to change notification settings - Fork 1.7k
moving flight direction point for osd #10845
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
base: master
Are you sure you want to change the base?
Conversation
3f9404f to
3085f8d
Compare
|
I like your idea. It's just a shame most flight software and HD systems don't support pixel OSD.. Which would make the HUD more precise. However you may be able to get better horizontal precision with the HUD, if you incorporate the use of the AHI vertical elements. |
|
yes but thats then only horizontal, not vertical. But you are right thats not so perfekt ;-) |
59490a8 to
4aef327
Compare
|
so today I did a test for the osd. Prinzipal I think it works quite well, but there are some points:
diff all (so maybe vor the inverted homepoint and flight direction point |
62b447e to
c916b61
Compare
c916b61 to
78f5741
Compare
|
I watched the video and have no clue what it’s supposed to be showing? Is this just the ground course vs heading difference? |
a81d27a to
42760ac
Compare
42760ac to
d8853d9
Compare
IT Shows you the moving direction of the aircraft, expext that the vertical Position i ls. Mirror, i habe flashen my funjet already this a fix But have to test it But its the flight movement so where you will currently move on if there is no influence of anything,linke a pathe where you will go. |
Revert "init" This reverts commit 4aef327. add as extra icon init vertical position is on the wrong side for home point and also for direction on my wing.
5db9896 to
effa734
Compare
effa734 to
24fb284
Compare
24fb284 to
27f8cba
Compare
The OSD already has a vertical indicator, and that's used at a different phase of flight. I think this could be useful with just the horizontal component. This could be very useful in low-wind conditions. The six critical flight instruments, the "six pack" used on virtually every full size plane are:
In low-wind conditions the horizontal component combines a turn coordinator (yaw string). The turn coordinator aka yaw string (the "horizontal" axis) is important while turning, as it tells you if you're slipping (nose pointed outside the turn, relative wind hitting the inner side of the aircraft), skidding (nose pointed at the center of the turn, relative wind hitting the outer side of the aircraft), or in a coordinated turn (nose pointed in the direction you're going). That can avoid a stall turning into a spin. (Again, when the wind is small compared to airspeed). |



🛠️ Feature: OSD Flight Direction POI (Point of Interest)
This update adds a new HUD element that displays the current flight direction of the aircraft as a POI symbol on the OSD.
Example Use Case
This visualization is helpful for understanding the aircraft's actual flight path — especially in conditions with wind or when the heading does not match the direction of travel.
Technical Notes
Currently I use SYS_ALERT Icon, but bevor merging I will change this, its for testing currently so if somebody wants to test it, here are the hex files:
https://github.com/iNavFlight/inav/actions/runs/14776843536/artifacts/3044729393
Maybe we can use the SYM_GLIDESLOPE symbol which is moving on the point or we can use arrows for up and down direction?