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.
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?