#include <gtest/gtest.h>
#include <actionlib/TestAction.h>
#include <actionlib/client/simple_action_client.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
void | spinThread () |
TEST (SimpleClient, easy_wait_test) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 71 of file simple_client_wait_test.cpp.
void spinThread | ( | ) |
Definition at line 65 of file simple_client_wait_test.cpp.
TEST | ( | SimpleClient | , |
easy_wait_test | |||
) |
Definition at line 43 of file simple_client_wait_test.cpp.