-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -108,4 +108,8 @@ | |
</None> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Folder Include="img\" /> | ||
</ItemGroup> | ||
|
||
</Project> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# INAV SIM OSD | ||
|
||
PC OSD for INAV SITL/HITL | ||
|
||
![INAV-Sim-OSD](img/INAV-SIM-OSD.png) | ||
|
||
You may need to install the .NET Desktop Runtime 6 (latest version): https://dotnet.microsoft.com/en-us/download/dotnet/6.0 | ||
|
||
## SITL: | ||
Configure a MSP-Displayport on any UART and connect via TCP to localhost (127.0.0.1) and the corresponding TCP port. | ||
See INAV SITL documentaion for more details. | ||
|
||
## HITL: | ||
Configure a MSP-Displayport on any UART and connect via UART to USB module and select corresponding COM-Port. | ||
|
||
## Font: | ||
The HD fonts from DJI WTFOS are used. New or updated fonts can simply be placed in a new subfolder in "osd-font". | ||
|
||
# Supported Simulators: | ||
- RealFlight | ||
- XPlane | ||
|
||
# Known issues: | ||
- Works only if simulator is in window mode (No fullscreen) | ||
- OSD stick menu isn't working (will be fixed soon) |