Changelog for package rqt_bag
0.5.1 (2021-02-18)
- Fix merge sort in bag export. (#96)
- Reset timeline zoom after loading a new bag. (#97)
- Fix raw view (#94)
- Fix crash during merge sort of bag entries (fixes #90) (#93)
- Contributors: Martin Pecka, Michael Grupp
0.5.0 (2020-11-12)
- Fix a few minor issues in image_helper (#68)
- Clean up widgets in plot_view layout correctly (#69)
- Fix tuples for bisect calls (#67)
- Make the save and record dialogs work the same way (#64)
- Fix issue: no vertical scroll bar until window is resized (#63)
- Dynamically resize the timeline when recording (#66)
- Fix a bug with the status line progress bar (#62)
- Update a few minor status bar-related items (#61)
- Make the tree controls in the Raw View and Plot View consistent (#57)
- Update the package.xml files with the latest maintainers (#58)
- Contributors: Michael Jeronimo
0.4.15 (2020-08-21)
- fix Python 3 issue: long/int (#52)
0.4.14 (2020-08-07)
- save last directory opened to load a bag file (#40)
- fix shebang line for Python 3 (#48)
- bump CMake minimum version to avoid CMP0048 warning
0.4.13 (2020-03-17)
- fix Python 3 exception, wrap filter call in list() (#46)
- add Python 3 conditional dependencies (#44)
- autopep8 (#30)
0.4.12 (2018-03-21)
- add support for opening multiple bag files at once (#25)
- fix debug/warning messages for unicode filenames (#26)
0.4.11 (2017-11-01)
- fix regression from version 0.4.10 (#17)
0.4.10 (2017-10-25)
- fix regression from version 0.4.9 (#16)
0.4.9 (2017-10-12)
- handle errors happening while loading a bag (#14)
0.4.8 (2017-04-24)
- add rqt_bag.launch file (#440)
0.4.7 (2017-03-02)
0.4.6 (2017-02-27)
0.4.5 (2017-02-03)
- fix Python 2 regression from version 0.4.4 (#424)
0.4.4 (2017-01-24)
- use Python 3 compatible syntax (#421)
- fix race condition reading bag files (#412)
0.4.3 (2016-11-02)
0.4.2 (2016-09-19)
- add "From nodes" button to record mode (#348)
- show file size of bag file in the status bar (#347)
0.4.1 (2016-05-16)
- fix mouse wheel delta in Qt 5 (#376)
0.4.0 (2016-04-27)
- Support Qt 5 (in Kinetic and higher) as well as Qt 4 (in Jade and earlier) (#359)
- fix publishing wrong topic after scrolling (#362)
0.3.13 (2016-03-08)
- RQT_BAG: Ensure monotonic clock publishing.
Due to parallelism issues, a message can be published
with a simulated timestamp in the past. This lead to
undesired behaviors when using TF for example.
- Contributors: lsouchet
0.3.12 (2015-07-24)
- Added step-by-step playback capability
- Contributors: Aaron Blasdel, sambrose
0.3.11 (2015-04-30)
- fix viewer plugin relocation issue (#306)
0.3.10 (2014-10-01)
- fix topic type retrieval for multiple bag files (#279)
- fix region_changed signal emission when no start/end stamps are set
- improve right-click menu
- improve popup management (#280)
- implement recording of topic subsets
- sort the list of topics
- update plugin scripts to use full name to avoid future naming collisions
0.3.9 (2014-08-18)
- fix visibility with dark Qt theme (#263)
0.3.8 (2014-07-15)
0.3.7 (2014-07-11)
- fix compatibility with Groovy, use queue_size for Python publishers only when available (#243)
- use thread for loading bag files, emit region changed signal used by plotting plugin (#239)
- export architecture_independent flag in package.xml (#254)
0.3.6 (2014-06-02)
- fix closing and reopening topic views
- use queue_size for Python publishers
0.3.5 (2014-05-07)
- fix raw view not showing fields named 'msg' (#226)
0.3.4 (2014-01-28)
- add option to publish clock tim from bag (#204)
0.3.3 (2014-01-08)
- add groups for rqt plugins, renamed some plugins (#167)
- fix high cpu load when idle (#194)
0.3.2 (2013-10-14)
0.3.1 (2013-10-09)
- update rqt_bag plugin interface to work with qt_gui_core 0.2.18
0.2.17 (2013-07-04)
0.2.16 (2013-04-09 13:33)
0.2.15 (2013-04-09 00:02)
0.2.14 (2013-03-14)
0.2.13 (2013-03-11 22:14)
0.2.12 (2013-03-11 13:56)
0.2.11 (2013-03-08)
0.2.10 (2013-01-22)
0.2.9 (2013-01-17)
- Fix; skips time when resuming playback (#5)
- Fix; timestamp printing issue (#6)
0.2.8 (2013-01-11)
- expose command line arguments to rqt_bag script
- added fix to set play/pause button correctly when fastforwarding/rewinding, adjusted time headers to 0m00s instead of 0:00m for ease of reading
- support passing bagfiles on the command line (currently behind --args)
0.2.7 (2012-12-24)
0.2.6 (2012-12-23)
0.2.5 (2012-12-21 19:11)
0.2.4 (2012-12-21 01:13)
0.2.3 (2012-12-21 00:24)
0.2.2 (2012-12-20 18:29)
0.2.1 (2012-12-20 17:47)
0.2.0 (2012-12-20 17:39)
- first release of this package into Groovy