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

Revision history [back]

click to hide/show revision 1
initial version

answered 2013-04-15 17:19:09 -0500

joq gravatar image

A crude solution:

  • Keep track of when you last received a message from node B.

  • When a message arrives from node A, ignore it if the last node B message was more recent than some timeout threshold. Otherwise, handle it normally.