#include <ros/ros.h>
#include <signal.h>
#include <sstream>
#include <std_msgs/String.h>
#include "dsr_util.h"
#include "dsr_robot.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
void | msgRobotState_cb (const dsr_msgs::RobotState::ConstPtr &msg) |
void | SET_ROBOT (string id, string model) |
void | SigHandler (int sig) |
static void | thread_subscriber () |
Variables | |
string | ROBOT_ID = "dsr01" |
string | ROBOT_MODEL = "m1013" |
std::string | temp_data |
int main | ( | int | argc, |
char ** | argv | ||
) |
ros::Subscriber subRobotState = nh.subscribe("/dsr01m1013/state", 100, msgRobotState_cb);
Definition at line 115 of file dsr_service_drl_simple.cpp.
void msgRobotState_cb | ( | const dsr_msgs::RobotState::ConstPtr & | msg | ) |
Definition at line 28 of file dsr_service_drl_simple.cpp.
void SET_ROBOT | ( | string | id, |
string | model | ||
) |
Definition at line 24 of file dsr_service_drl_simple.cpp.
void SigHandler | ( | int | sig | ) |
Definition at line 93 of file dsr_service_drl_simple.cpp.
|
static |
ros::Subscriber subRobotState = node->subscribe("/dsr01m1013/state", 100, msgRobotState_cb); ros::spin();
Definition at line 84 of file dsr_service_drl_simple.cpp.
string ROBOT_ID = "dsr01" |
Definition at line 22 of file dsr_service_drl_simple.cpp.
string ROBOT_MODEL = "m1013" |
Definition at line 23 of file dsr_service_drl_simple.cpp.
std::string temp_data |
Definition at line 20 of file dsr_service_drl_simple.cpp.