-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Adsb support pingRX / Aerobit TT-SC1 #9355
Conversation
Can you run src/utils/update_cli_docs.py to update Settings.md based on the yaml file? |
Done. Thank you very much, BTW: I did not change font, I just used character from MCM file which did not have constant in code, MCM files are unchanged. |
Thanks! Let's try to schedule this to INAV 7.1 |
test flight on atom RC dolphin https://www.youtube.com/watch?v=xqU5KwK9kds |
Add some icons for ESP32Radar instead of have ?. Update displayport_msp_bf_compat.c fix some ;
…symbols add some icons for O3 with integra for ESP32 Radar instead of ?
WP mission mode RTH and Manual mode lockout improvements 7.1.0
tail sitter vtol support
Are there any other cheaper alternative modules? |
ADSB support for uAvionix pingRX (not tested) and Aerobit TT-SC1 (tested), data are sent over mavlink ADS_VEHICLE frame.
OSD displays the nearest ADSB equipped aircraft.
OSD adsb data flashes as warning if within set distance for proximity warning of other aircraft
Can be set:
example is here https://youtu.be/Xk7tzsXhkZA?si=uvn9MfoWO949a6Xd&t=30 test plane is approx 3.8km far away from start point and 1000m height ASL.
this PR is based on #6924 from@ShikOfTheRa
PR for configurator: iNavFlight/inav-configurator#184