From 58783b0ee65757cd6a30e74867c04eeb802a3371 Mon Sep 17 00:00:00 2001 From: Max Schwarz Date: Mon, 10 Jul 2023 14:39:31 +0200 Subject: [PATCH] CHANGELOG --- rosbag_fancy/CHANGELOG.rst | 20 ++++++++++++++++++++ rosbag_fancy_msgs/CHANGELOG.rst | 17 +++++++++++++++++ rqt_rosbag_fancy/CHANGELOG.rst | 20 ++++++++++++++++++++ 3 files changed, 57 insertions(+) create mode 100644 rosbag_fancy_msgs/CHANGELOG.rst create mode 100644 rqt_rosbag_fancy/CHANGELOG.rst diff --git a/rosbag_fancy/CHANGELOG.rst b/rosbag_fancy/CHANGELOG.rst index 859b0cc..4cc5aa9 100644 --- a/rosbag_fancy/CHANGELOG.rst +++ b/rosbag_fancy/CHANGELOG.rst @@ -2,6 +2,26 @@ Changelog for package rosbag_fancy ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* play: decompression support (PR #18) +* BagView & TF2 scanner (PR #17) +* CI & unit tests +* play: support for multiple bag files +* play: ui: show current date/time +* play: support for --clock +* ui: remove sub column +* play: faster startup, don't crash if select() is interrupted +* play command +* record: wait for ros::Time to become valid + This fixes recording with use_sim_time=true (Issue #16) +* tui: fix count display +* tui: display byte & message counts correctly +* GUI/TUI: display messages in bag, not total messages +* rosbag_fancy: properly initialize compression +* split into separate packages (main, _msgs, and _gui) +* Contributors: Max Schwarz + 0.2.0 (2020-06-16) ------------------ * bag_writer: fix uninitialized read in run() during shutdown diff --git a/rosbag_fancy_msgs/CHANGELOG.rst b/rosbag_fancy_msgs/CHANGELOG.rst new file mode 100644 index 0000000..75e78cd --- /dev/null +++ b/rosbag_fancy_msgs/CHANGELOG.rst @@ -0,0 +1,17 @@ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Changelog for package rosbag_fancy_msgs +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +Forthcoming +----------- +* split into separate packages (main, _msgs, and _gui) +* Contributors: Max Schwarz + +0.2.0 (2020-06-16) +------------------ + +0.1.1 (2019-10-22) +------------------ + +0.1.0 (2019-10-18) +------------------ diff --git a/rqt_rosbag_fancy/CHANGELOG.rst b/rqt_rosbag_fancy/CHANGELOG.rst new file mode 100644 index 0000000..8268c4f --- /dev/null +++ b/rqt_rosbag_fancy/CHANGELOG.rst @@ -0,0 +1,20 @@ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Changelog for package rqt_rosbag_fancy +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +Forthcoming +----------- +* GUI/TUI: display messages in bag, not total messages +* Add rqt GUI (PR #14) +* rqt_rosbag_fancy: rosfmt/full.h is not available on Melodic +* rename rosbag_fancy_gui to rqt_rosbag_fancy +* Contributors: Max Schwarz + +0.2.0 (2020-06-16) +------------------ + +0.1.1 (2019-10-22) +------------------ + +0.1.0 (2019-10-18) +------------------