Skip to content

Instantly share code, notes, and snippets.

@dkargin
dkargin / test_client.cpp
Created February 6, 2016 11:42
roscpp service timeout test
#include <ros/ros.h>
#include <std_srvs/Trigger.h>
typedef std_srvs::Trigger RPC;
void test_call(ros::ServiceClient & client)
{
RPC rpc;