
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| void | SET_ROBOT (string id, string model) |
| void | SigHandler (int sig) |
| static void | thread_subscriber () |
Variables | |
| string | ROBOT_ID = "dsr01" |
| string | ROBOT_MODEL = "m1013" |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
ros::Subscriber subRobotState = nh.subscribe("/dsr01m1013/state", 100, msgRobotState_cb);
if(&robot) delete (&robot);
Definition at line 57 of file dsr_simple_test.cpp.
| void SET_ROBOT | ( | string | id, |
| string | model | ||
| ) |
Definition at line 21 of file dsr_simple_test.cpp.
| void SigHandler | ( | int | sig | ) |
Definition at line 35 of file dsr_simple_test.cpp.
|
static |
ros::Subscriber subRobotState = node->subscribe("/dsr01m1013/state", 100, msgRobotState_cb); ros::spin();
Definition at line 26 of file dsr_simple_test.cpp.
| string ROBOT_ID = "dsr01" |
Definition at line 19 of file dsr_simple_test.cpp.
| string ROBOT_MODEL = "m1013" |
Definition at line 20 of file dsr_simple_test.cpp.