#include <gtest/gtest.h>
#include <actionlib/client/simple_action_client.h>
#include <actionlib/TestAction.h>
#include <ros/ros.h>
Go to the source code of this file.
Typedefs | |
typedef actionlib::SimpleActionClient< actionlib::TestAction > | Client |
Functions | |
int | main (int argc, char **argv) |
TEST (SimpleClientCancelCrash, uninitialized_crash) | |
typedef actionlib::SimpleActionClient<actionlib::TestAction> Client |
Definition at line 42 of file test_cpp_simple_client_cancel_crash.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 54 of file test_cpp_simple_client_cancel_crash.cpp.
TEST | ( | SimpleClientCancelCrash | , |
uninitialized_crash | |||
) |
Definition at line 44 of file test_cpp_simple_client_cancel_crash.cpp.