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

Is rxplot time-synchronized?

asked 2012-12-15 07:43:31 -0500

updated 2014-01-28 17:14:35 -0500

ngrennan gravatar image

I'm monitoring a couple of message fields which come from different topics located in different machines. The question is if rxplot considers those messages having an stamp to paint the data.

If not, I wonder if there is any node to synchronize data from different topics without implement a new node using a Time Synchronizer (http://ros.org/wiki/message_filters?distro=fuerte#Time_Synchronizer)

They both are desirable features if don't exist yet.

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
2

answered 2012-12-15 09:16:58 -0500

joq gravatar image

For its x-axis, rxplot uses the header.stamp from each message.

Synchronizing those time stamps between machines requires synchronizing the system times, which you should do anyway when running ROS.

edit flag offensive delete link more

Comments

Wonderful. Thanks Joq. You always solve my doubts :-).

Pablo Iñigo Blasco gravatar image Pablo Iñigo Blasco  ( 2012-12-15 09:29:21 -0500 )edit

Question Tools

Stats

Asked: 2012-12-15 07:43:31 -0500

Seen: 183 times

Last updated: Dec 15 '12