ros-visualization / rqt_bag

http://wiki.ros.org/rqt_bag
31 stars 55 forks source link

Save last directory opened to load a bag file #40

Closed VictorLamoine closed 4 years ago

VictorLamoine commented 5 years ago

When loading multiple bag files it's annoying to browse again the directory we were before. This allows to save and re-use the last directory opened.

The value is not saved in a QSettings file so the value is reset after opening the application again; see https://github.com/ros-visualization/rqt_bag/blob/f8cd6a8d506eb99ad3dbd9172cd214baf3c015ef/rqt_bag/src/rqt_bag/bag.py#L92-L95

VictorLamoine commented 5 years ago

Ping @mlautman @dirk-thomas

dirk-thomas commented 4 years ago

Thanks for the improvement.