MichaelGrupp / evo

Python package for the evaluation of odometry and SLAM
https://michaelgrupp.github.io/evo/
GNU General Public License v3.0
3.43k stars 746 forks source link

How to automatically close this window #590

Closed liutaosgsg closed 12 months ago

liutaosgsg commented 1 year ago

How to automatically close this window image

MichaelGrupp commented 1 year ago

?

If you don't want to see the window, don't put --plot or -p in your command. That said, it's a GUI window that is designed to be closed by the user with a mouse click, or e.g. alt-F4 on Linux.

If you want to do something beyond that, please research yourself how to do that with your OS.

liutaosgsg commented 1 year ago

?

If you don't want to see the window, don't put --plot or -p in your command. That said, it's a GUI window that is designed to be closed by the user with a mouse click, or e.g. alt-F4 on Linux.

If you want to do something beyond that, please research yourself how to do that with your OS.

Thanks,I need image,but I don't want to show this window,or how to close this window in command。

liutaosgsg commented 1 year ago

image ape_map

MichaelGrupp commented 1 year ago

Images can be saved directly without GUI window with --save_plot, for example: --save_plot my_plot.png, --save_plot my_plots.pdf