#include <ros/ros.h>
#include <tf2/utils.h>
#include <tf2_geometry_msgs/tf2_geometry_msgs.h>
#include <tf2_ros/transform_listener.h>
#include <std_srvs/Empty.h>
#include <nav_msgs/Path.h>
#include <nav_msgs/GetPlan.h>
#include <nav_msgs/OccupancyGrid.h>
#include <cstddef>
#include <gtest/gtest.h>
Go to the source code of this file.
Classes | |
class | Navigate |
Functions | |
int | main (int argc, char **argv) |
TEST_F (Navigate, Navigate) | |
TEST_F (Navigate, NavigateWithLocalMap) | |
TEST_F (Navigate, GlobalPlan) | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 313 of file test_navigate.cpp.
Definition at line 116 of file test_navigate.cpp.
TEST_F | ( | Navigate | , |
NavigateWithLocalMap | |||
) |
Definition at line 189 of file test_navigate.cpp.
TEST_F | ( | Navigate | , |
GlobalPlan | |||
) |
Definition at line 262 of file test_navigate.cpp.