2 #include "hebiros/FeedbackMsg.h"     3 #include "hebiros/AddGroupFromURDFSrv.h"     8 int main(
int argc, 
char **argv) {
    11   ros::init(argc, argv, 
"example_rviz_node");
    15   std::string group_name = 
"x_demo";
    19     "/hebiros/add_group_from_urdf");
    21   AddGroupFromURDFSrv add_group_srv;
    24   add_group_srv.request.group_name = group_name;
    27   while(!add_group_client.
call(add_group_srv)) {}
 ServiceClient serviceClient(const std::string &service_name, bool persistent=false, const M_string &header_values=M_string())
 
ROSCPP_DECL void init(int &argc, char **argv, const std::string &name, uint32_t options=0)
 
bool call(MReq &req, MRes &res)
 
int main(int argc, char **argv)