ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org
Ask Your Question
0

Is it possible to plot coraviance matrices in rxplot?

asked 2015-09-11 05:05:29 -0500

Kirjain gravatar image

updated 2015-09-11 05:08:38 -0500

Morning all,

I am trying to plot a few msgs on rxplot, which works perfectly fine for 1D. But when I try plotting the covariance matrix given in the message type geometry_msgs/PoseWithCovarianceStamped, nothing is plotted on the screen but my terminal is filled with the covariance values over time, along with the error message: "value was not numeric" . My command looks as follows:

rxplot /< namespace >/ < msg > /pose/covariance

Is there something I have missed? Is it even possible to plot variables of multiple dimensions? I would further like to be able to declare which elements of the matrix to plot (only diagonal values) if it is possible.

Thank you for your help. -A

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2017-02-17 12:08:36 -0500

tfoote gravatar image

You cannot plot a multi-dimentional value on a timeline. You can probably plot a single value from the matrix.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2015-09-11 05:05:29 -0500

Seen: 169 times

Last updated: Feb 17 '17