Go to the source code of this file.
Defines | |
#define | ROS_ERROR_EXIT(...) do {ROS_ERROR(__VA_ARGS__); exit(-1); } while (0) |
Functions | |
int | main (int argc, char **argv) |
#define ROS_ERROR_EXIT | ( | ... | ) | do {ROS_ERROR(__VA_ARGS__); exit(-1); } while (0) |
Definition at line 37 of file test_joint_names.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 40 of file test_joint_names.cpp.