├── LICENSE ├── README.md ├── accuracy_evaluation.py ├── autoupdater.py ├── config.py ├── crop_and_scale.py ├── disable_wifi_and_bluetooth.py ├── draw_display.py ├── find_horizon.py ├── flight_controller.py ├── get_pi_requirements.sh ├── global_variables.py ├── launch.sh ├── main.py ├── switches_and_servos.py ├── video_classes.py └── video_producer.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timmarkhuff/horizon_detector/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timmarkhuff/horizon_detector/HEAD/README.md -------------------------------------------------------------------------------- /accuracy_evaluation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timmarkhuff/horizon_detector/HEAD/accuracy_evaluation.py -------------------------------------------------------------------------------- /autoupdater.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timmarkhuff/horizon_detector/HEAD/autoupdater.py -------------------------------------------------------------------------------- /config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timmarkhuff/horizon_detector/HEAD/config.py -------------------------------------------------------------------------------- /crop_and_scale.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timmarkhuff/horizon_detector/HEAD/crop_and_scale.py -------------------------------------------------------------------------------- /disable_wifi_and_bluetooth.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timmarkhuff/horizon_detector/HEAD/disable_wifi_and_bluetooth.py -------------------------------------------------------------------------------- /draw_display.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timmarkhuff/horizon_detector/HEAD/draw_display.py -------------------------------------------------------------------------------- /find_horizon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timmarkhuff/horizon_detector/HEAD/find_horizon.py -------------------------------------------------------------------------------- /flight_controller.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timmarkhuff/horizon_detector/HEAD/flight_controller.py -------------------------------------------------------------------------------- /get_pi_requirements.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timmarkhuff/horizon_detector/HEAD/get_pi_requirements.sh -------------------------------------------------------------------------------- /global_variables.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timmarkhuff/horizon_detector/HEAD/global_variables.py -------------------------------------------------------------------------------- /launch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timmarkhuff/horizon_detector/HEAD/launch.sh -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timmarkhuff/horizon_detector/HEAD/main.py -------------------------------------------------------------------------------- /switches_and_servos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timmarkhuff/horizon_detector/HEAD/switches_and_servos.py -------------------------------------------------------------------------------- /video_classes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timmarkhuff/horizon_detector/HEAD/video_classes.py -------------------------------------------------------------------------------- /video_producer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timmarkhuff/horizon_detector/HEAD/video_producer.py --------------------------------------------------------------------------------