#include "ros/ros.h"
#include "xbot_talker/play.h"
#include "xbot_talker/chat.h"
#include "xbot_face/FaceResult.h"
#include <string.h>
Go to the source code of this file.
Functions | |
void | faceCB (xbot_face::FaceResult msg) |
int | main (int argc, char **argv) |
Variables | |
ros::ServiceClient | chatclient |
int | detect_times = 0 |
string | kehu = "lyh" |
bool | meet = false |
ros::ServiceClient | playclient |
string | wenhou = "你好,刘银河" |
void faceCB | ( | xbot_face::FaceResult | msg | ) |
Definition at line 18 of file greet_one.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 74 of file greet_one.cpp.
ros::ServiceClient chatclient |
Definition at line 13 of file greet_one.cpp.
int detect_times = 0 |
Definition at line 9 of file greet_one.cpp.
string kehu = "lyh" |
Definition at line 15 of file greet_one.cpp.
bool meet = false |
Definition at line 10 of file greet_one.cpp.
ros::ServiceClient playclient |
Definition at line 12 of file greet_one.cpp.
string wenhou = "你好,刘银河" |
Definition at line 16 of file greet_one.cpp.