ros-industrial / industrial_core

ROS-Industrial core communication packages (http://wiki.ros.org/industrial_core)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trajectory relays may drop points after/while reconnecting

gavanderhoorn opened this issue · comments

While reviewing #263, there have been a few cases where the relay dropped points it claimed to "retry at a later time".

From #263 (comment):

the streaming trajectory relay actually drops traj pts when it loses connection. It claims to then "retry later", but it actually skips the point it dropped and continues with the next one in the trajectory. Before this change, that was not too much of a problem, as the connection would not come up again (requiring a restart, emptying queues and restarting everything).

this should be checked and fixed.