- critical bug fix in ROS1 plugins
- Contributors: Davide Faconti
- preparing for release 3.9
- Update ros1.yaml
- Add support for compressed rosbags (#77)
- Contributors: Anthony Welte, Davide Faconti
- 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
- parse a ROSBAG even if some topic types are not recognized
- Update ros2.yaml
- segmentation fault off (#30)
- Contributors: Davide Faconti, simulacrus
- 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
- remove obsolate headers
- forget to install launch file for ROS1
- Contributors: Davide Faconti, Kei Okada
- use std::any
- temporary fix for 3.2
- Contributors: Davide Faconti
- fix issue #15 for ROS1 too
- Merge pull request #4 from Tobias-Fischer/patch-1 Fix Windows compilation
- fix bugs related to TopicPublishers (ros2)
- Fix isnan issues on Win
- Fix isnan compilation issue on Win
- Fix double-defined ERROR
- Contributors: Davide Faconti, Tobias Fischer
- Mitigate proble with ros::ok()
- prepare for newer PJ version
- address issue with INT64
- Update README.md
- fix issue #399 and #398
- Contributors: Davide Faconti
- fix bug #387 in Plotjuggler repo
- Merge pull request #3 from kefrobotics/development Add diagnostic_msgs as ROS2 dependency in CMakeLists.txt files
- Add diagnostic_msgs as ROS2 dependency in CMakeLists.txt files
- Contributors: Davide Faconti, Paul Frivold
- Merge branch 'development' of https://github.com/PlotJuggler/plotjuggler-ros-plugins into development
- fix compilation in ros2
- Contributors: Davide Faconti
- Added TF messages to the parser (issue #366)
- Update README.md
- Update README.md
- Merge pull request #1 from uhobeike/development Made it possible to install
- Made it possible to install
- fix includes
- Contributors: Davide Faconti, davide, uhobeike
- Initial commit
- Contributors: Davide Faconti