ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Rosbag live data

asked 2017-09-12 16:32:44 -0500

Obedulla gravatar image

Is it possible to plot string values using rqt_plot ?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2017-09-12 17:45:26 -0500

jayess gravatar image

In short, no. I couldn't do it.

What does the string (std_msgs/String) look like, "hello, ROS" or something else? I tried publishing via the terminal and then tried to use rqt_plot to "plot" the string and got nothing. This makes sense because plotting a string like "hello, ROS" is nonsense. I even published a number as a string and tried to plot that too and still got nothing.

Finally, when I published a std_msgs/Float32 message and tried plotting that, I succeeded.

By the way, I'm using Indigo on Ubuntu 14.04.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-09-12 16:32:44 -0500

Seen: 128 times

Last updated: Sep 12 '17