ANYbotics / rqt_multiplot_plugin

An rqt plugin for visualizing numeric values in multiple 2D plots.
GNU Lesser General Public License v3.0
124 stars 42 forks source link

Chrash if plotting simulation duration vs. covariance value #45

Open alme96 opened 3 years ago

alme96 commented 3 years ago

Hi, I'm having issues with rqt_multiplot when plotting a value of an element of a covariance matrix from a nav_msgs/Odometry message on the y-axis and the simulation duration from a std_msgs/Duration message on the x-axis. I also plot linear velocity values from the same nav_msgs/Odometry message vs. the same duration values from the same std_msgs/Duration message and it works. I'm confused about this error as linear velocities and covariance matrix values have the same type, namely float64.

Is there a bug or did I miss something?