#include <actionlib/client/simple_action_client.h>
#include <gtest/gtest.h>
#include <move_base_msgs/MoveBaseAction.h>
#include <planner_cspace_msgs/PlannerStatus.h>
#include <ros/ros.h>
#include <memory>
Go to the source code of this file.
Classes | |
class | AbortTest |
Functions | |
int | main (int argc, char **argv) |
TEST_F (AbortTest, AbortByGoalInRock) | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 146 of file test_abort.cpp.
TEST_F | ( | AbortTest | , |
AbortByGoalInRock | |||
) |
Definition at line 101 of file test_abort.cpp.