3 #include <ros/node_handle.h>
5 #include "ed_msgs/Query.h"
31 sync_client_ = nh.serviceClient<ed_msgs::Query>(server_name);
43 ROS_ERROR_STREAM(
"[ED SyncPlugin] Failed to call service '" <<
sync_client_.getService() <<
"'");
51 ROS_ERROR_STREAM(
"[ED SyncPlugin] Could not parse query response received from '" <<
sync_client_.getService() <<
"': " << query.response);
61 ROS_ERROR_STREAM(
"[ED SyncPlugin] Invalid query response from '" <<
sync_client_.getService() <<
"': " << r.
error());