aliaksei135 / seedpod_ground_risk

Ground Risk model for UAS flight path analysis and risk-aware path finding
MIT License
8 stars 2 forks source link

External Plot Windows #30

Closed aliaksei135 closed 3 years ago

aliaksei135 commented 3 years ago

Due to current threaded implementation, layers are unable to display anything to GUI, so cannot add additional plots/info/etc. to view. This should be changed to pass a plot callback to layers that can be used to run plots from the GUI thread.

Some work on this has been started using pyqtgraph on the seedpod_ground_risk/feature_external_plot_windows branch.

aliaksei135 commented 3 years ago

Worked around by saving plot to a temp file and calling system default photo viewer in subprocess. CUrrently only works in Windows as call to is to explorer. Mac and *nix alternatives could be added easily if required.

Closed as fixed for now