#include "ros/ros.h"
#include "costmap_2d/costmap_2d.h"
#include "heatmap/geometry_tools.h"
#include "boost/foreach.hpp"
#include <gtest/gtest.h>
Go to the source code of this file.
Classes | |
class | BottomTopPointPolygonTest |
class | PointInPolygonTest |
Functions | |
int | main (int argc, char **argv) |
TEST (PointsAdjacentTest, different) | |
TEST (PointsAdjacentTest, identical) | |
TEST_F (PointInPolygonTest, outside) | |
TEST_F (PointInPolygonTest, inside) | |
TEST_F (BottomTopPointPolygonTest, bottom) | |
TEST_F (BottomTopPointPolygonTest, top) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 121 of file geometry_tools_tests.cpp.
TEST | ( | PointsAdjacentTest | , |
different | |||
) |
Definition at line 102 of file geometry_tools_tests.cpp.
TEST | ( | PointsAdjacentTest | , |
identical | |||
) |
Definition at line 111 of file geometry_tools_tests.cpp.
TEST_F | ( | PointInPolygonTest | , |
outside | |||
) |
Definition at line 54 of file geometry_tools_tests.cpp.
TEST_F | ( | PointInPolygonTest | , |
inside | |||
) |
Definition at line 71 of file geometry_tools_tests.cpp.
TEST_F | ( | BottomTopPointPolygonTest | , |
bottom | |||
) |
Definition at line 82 of file geometry_tools_tests.cpp.
TEST_F | ( | BottomTopPointPolygonTest | , |
top | |||
) |
Definition at line 92 of file geometry_tools_tests.cpp.