You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This means that the communication could be reset if we spent more than 5ms processing previous data (callbacks included).
Shouldn't it be something like 5s : else if( hardware_.time() - c_time > (SYNC_SECONDS*1000)){ ?
The text was updated successfully, but these errors were encountered:
Hi,
While browsing the code I stumbled on this line that seems like a bug :
rosserial/rosserial_client/src/ros_lib/ros/node_handle.h
Line 215 in 2f18dfa
This means that the communication could be reset if we spent more than 5ms processing previous data (callbacks included).
Shouldn't it be something like 5s :
else if( hardware_.time() - c_time > (SYNC_SECONDS*1000)){
?The text was updated successfully, but these errors were encountered: