PlotJuggler Versions Save

The Time Series Visualization Tool that you deserve.

3.9.1

2 months ago

From the CHANGELOG:

  • embed zstd added (1.5.5)
  • updated lz4 updated to 1.9.4
  • PlotJuggler with Fast-CDR-2.x.x (#932 <https://github.com/facontidavide/PlotJuggler/issues/932>_)
  • fix an important bug in ROS2 parser, that prevented special messages from being identified.
  • fix #935 <https://github.com/facontidavide/PlotJuggler/issues/935>_ and #934 <https://github.com/facontidavide/PlotJuggler/issues/934>_
  • Add Sample Count to transforms
  • fix compilation in Windows

Contributors: Davide Faconti, Manuel Valch

3.9.0

3 months ago

Quick file reload button

Repeat the last Load File operation, without triggering a popup Dialog. Fast and straightforward to use!

ULOG improvements

Not the parameters are store as 1 sample timeseries in PlotJuggler and are therefore accessible in the Lua. Feature sponsored by https://sky-watch.com/

Transform widgets will now retain the last value

I found myself changing those parameters by hand too many time and I am sure the same happened to you

Fix JointState messages in ROS

See pull request #927

Offer a parameter in Preferences to ignore numerical truncation

DANGER: use it at your own risk. Read the discussion here https://github.com/facontidavide/PlotJuggler/issues/929

3.8.10

3 months ago

3.8.8

3 months ago

... and some other changes

3.8.7

3 months ago

Recently I have found myself comparing multiple rosbags / MCAPS a lot.

It was always possible to do this, selecting multiple files in the dialog, but I realized that if it is cumbersome if only one of the two files changed and you want to reload that only.

With the addition of the checkbox below, you can now do the same, even when loading files one by one. When checked, you will be able to add a prefix to the loaded timeseries and the dialog asking if you want to delete the previous ones will be skipped.

image

3.8.6

4 months ago

Fixed some issue recently introduced in the new ROS parsers

image

3.8.4

4 months ago

image

3.8.3

4 months ago

image

The main change introduced in this release is the support for DataTamer, a library that makes recording data in your application easy and efficient.

https://github.com/PickNikRobotics/data_tamer

The best way to use DataTamer and PlotJuggler is using MCAP files, but more options will be shared soon (ROS topics should work soon).

concepts

Also, we removed the redundant code between PlotJuggler and the ROS plugins (version 2.0+ should be used in the future).

3.7.1

11 months ago

fixing a critical bug introduced in 3.7.0

3.7.0

11 months ago

Noteworthy changes

meme_87