CHANGELOG
Changelog for package plotjuggler_ros
2.1.1 (2024-02-19)
critical bug fix in ROS1 plugins
Contributors: Davide Faconti
2.1.0 (2024-02-04)
preparing for release 3.9
Update ros1.yaml
Add support for compressed rosbags (#77)
Contributors: Anthony Welte, Davide Faconti
1.7.3 (2023-01-14)
Fix mapping of multiple pal_statistics topics (#61)
fix implicit uint8_t -> double narrowing (#42) YES, the standard committee believes this might be narrowing and clang 12 throws this error: > error: non-constant-expression cannot be narrowed from type ‘uint8_t’ (aka ‘unsigned char’) to ‘double’ in initializer list [-Wc++11-narrowing]
Contributors: Michael Görner, Victor Lopez
1.6.2 (2021-10-21)
parse a ROSBAG even if some topic types are not recognized
Update ros2.yaml
segmentation fault off (#30)
Contributors: Davide Faconti, simulacrus
1.5.0 (2021-06-20)
massive changes - include consistent timestamp (suggested by @doisyg ) - lazy initialization in parsers. - reusable Header parser - string field added
add lazy parser inizialization and string field to ROS1
Contributors: Davide Faconti
1.4.1 (2021-06-18)
remove obsolate headers
forget to install launch file for ROS1
Contributors: Davide Faconti, Kei Okada
1.3.0 (2021-06-12)
use std::any
temporary fix for 3.2
Contributors: Davide Faconti
1.2.0 (2021-06-03)
1.1.1 (2021-05-10)
1.1.0 (2021-01-31)
1.0.3 (2021-01-20)
1.0.2 (2020-12-30)
Merge branch ‘development’ of https://github.com/PlotJuggler/plotjuggler-ros-plugins into development
fix compilation in ros2
Contributors: Davide Faconti
1.0.1 (2020-12-18)
1.0.0 (2020-11-23)
Initial commit
Contributors: Davide Faconti