pschillinger / rqt_launchtree

An RQT plugin for hierarchical launchfile configuration introspection.
BSD 3-Clause "New" or "Revised" License
47 stars 22 forks source link

Store the last selected launch file #4

Closed 130s closed 8 years ago

130s commented 8 years ago

Nice tool!

It'd be nicer if the plugin opens the launch file from the previous run. It can be easily added at save_settings and restore_settings.

pschillinger commented 8 years ago

Good point! Will add this as soon as I find time.

pschillinger commented 8 years ago

See PR #5 for further comments.