#include <geometric_shapes/bodies.h>
#include <geometric_shapes/shape_operations.h>
#include <geometric_shapes/body_operations.h>
#include <boost/filesystem.hpp>
#include <gtest/gtest.h>
#include "resources/config.h"
Go to the source code of this file.
Macros | |
#define | EXPECT_SURF EXPECT_TRUE |
Functions | |
Eigen::Isometry3d | getRandomPose (random_numbers::RandomNumberGenerator &g) |
double | largestComponentForLength2D (const double length) |
int | main (int argc, char **argv) |
TEST (BoxPointContainment, Basic) | |
TEST (BoxPointContainment, ComplexInside) | |
TEST (BoxPointContainment, ComplexOutside) | |
TEST (BoxPointContainment, Sampled) | |
TEST (BoxPointContainment, SimpleInside) | |
TEST (BoxPointContainment, SimpleOutside) | |
TEST (CylinderPointContainment, Basic) | |
TEST (CylinderPointContainment, CylinderPadding) | |
TEST (CylinderPointContainment, Sampled) | |
TEST (CylinderPointContainment, SimpleInside) | |
TEST (CylinderPointContainment, SimpleOutside) | |
TEST (MergeBoundingSpheres, MergeTwoSpheres) | |
TEST (MeshPointContainment, Basic) | |
TEST (MeshPointContainment, Pr2Forearm) | |
TEST (SpherePointContainment, Basic) | |
TEST (SpherePointContainment, ComplexInside) | |
TEST (SpherePointContainment, ComplexOutside) | |
TEST (SpherePointContainment, SimpleInside) | |
TEST (SpherePointContainment, SimpleOutside) | |
#define EXPECT_SURF EXPECT_TRUE |
\Author Ioan Sucan
Definition at line 45 of file test_point_inclusion.cpp.
Eigen::Isometry3d getRandomPose | ( | random_numbers::RandomNumberGenerator & | g | ) |
Definition at line 60 of file test_point_inclusion.cpp.
double largestComponentForLength2D | ( | const double | length | ) |
Definition at line 48 of file test_point_inclusion.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 570 of file test_point_inclusion.cpp.
TEST | ( | BoxPointContainment | , |
Basic | |||
) |
Definition at line 195 of file test_point_inclusion.cpp.
TEST | ( | BoxPointContainment | , |
ComplexInside | |||
) |
Definition at line 283 of file test_point_inclusion.cpp.
TEST | ( | BoxPointContainment | , |
ComplexOutside | |||
) |
Definition at line 317 of file test_point_inclusion.cpp.
TEST | ( | BoxPointContainment | , |
Sampled | |||
) |
Definition at line 298 of file test_point_inclusion.cpp.
TEST | ( | BoxPointContainment | , |
SimpleInside | |||
) |
Definition at line 257 of file test_point_inclusion.cpp.
TEST | ( | BoxPointContainment | , |
SimpleOutside | |||
) |
Definition at line 273 of file test_point_inclusion.cpp.
TEST | ( | CylinderPointContainment | , |
Basic | |||
) |
Definition at line 331 of file test_point_inclusion.cpp.
TEST | ( | CylinderPointContainment | , |
CylinderPadding | |||
) |
Definition at line 416 of file test_point_inclusion.cpp.
TEST | ( | CylinderPointContainment | , |
Sampled | |||
) |
Definition at line 433 of file test_point_inclusion.cpp.
TEST | ( | CylinderPointContainment | , |
SimpleInside | |||
) |
Definition at line 396 of file test_point_inclusion.cpp.
TEST | ( | CylinderPointContainment | , |
SimpleOutside | |||
) |
Definition at line 406 of file test_point_inclusion.cpp.
TEST | ( | MergeBoundingSpheres | , |
MergeTwoSpheres | |||
) |
Definition at line 548 of file test_point_inclusion.cpp.
TEST | ( | MeshPointContainment | , |
Basic | |||
) |
Definition at line 452 of file test_point_inclusion.cpp.
TEST | ( | MeshPointContainment | , |
Pr2Forearm | |||
) |
Definition at line 520 of file test_point_inclusion.cpp.
TEST | ( | SpherePointContainment | , |
Basic | |||
) |
Definition at line 71 of file test_point_inclusion.cpp.
TEST | ( | SpherePointContainment | , |
ComplexInside | |||
) |
Definition at line 167 of file test_point_inclusion.cpp.
TEST | ( | SpherePointContainment | , |
ComplexOutside | |||
) |
Definition at line 181 of file test_point_inclusion.cpp.
TEST | ( | SpherePointContainment | , |
SimpleInside | |||
) |
Definition at line 135 of file test_point_inclusion.cpp.
TEST | ( | SpherePointContainment | , |
SimpleOutside | |||
) |
Definition at line 157 of file test_point_inclusion.cpp.