37 #include <gtest/gtest.h> 38 #include <actionlib/TestAction.h> 44 TEST(ActionClientDestruction, persistent_goal_handles_1) {
51 printf(
"Destroying ActionClient\n");
53 printf(
"Done Destroying ActionClient\n");
56 int main(
int argc,
char ** argv)
58 testing::InitGoogleTest(&argc, argv);
60 ros::init(argc, argv,
"simple_client_allocator");
62 return RUN_ALL_TESTS();
ROSCPP_DECL void init(int &argc, char **argv, const std::string &name, uint32_t options=0)
Full interface to an ActionServer.
int main(int argc, char **argv)
GoalHandle sendGoal(const Goal &goal, TransitionCallback transition_cb=TransitionCallback(), FeedbackCallback feedback_cb=FeedbackCallback())
Sends a goal to the ActionServer, and also registers callbacks.
TEST(ActionClientDestruction, persistent_goal_handles_1)
Client side handle to monitor goal progress.