I am doing a very simple implementation of ROS service. There are two nodes, server and client node and the only main variable is that I am using rosbags for streaming data used by callback method on server side. I am getting the following error on some callbacks -
Exception thrown while processing service call: Time is out of dual 32-bit range
Can someone throw some light on why am I getting this error and how can I fix this for my service callback to work properly?
↧