bistromath / gr-air-modes

Gnuradio Mode-S/ADS-B radio
This project implements a Mode S receiver for the Gnuradio software-defined radio project. It is designed to receive Mode S transmissions from aircraft and decode them to a human-readable format, including ADS-B information messages such as position and a
GNU General Public License v3.0
443 stars 126 forks source link

Modified gr-air-modes/apps/modes_gui to add correct az_map problem. #88

Closed Geoff160 closed 8 years ago

Geoff160 commented 8 years ago

As it stands, the most recent release of gr-air-modes causes 'modes_gui' to fail on launch, stating "AttributeError: 'module' object has no attribute 'az_map_model'". This fix is documented here [1] by "az-developer".

[1] https://github.com/bistromath/gr-air-modes/issues/87

bistromath commented 8 years ago

thanks!