#include <geometric_shapes/body_operations.h>
#include <geometric_shapes/shape_operations.h>
#include <boost/filesystem.hpp>
#include "resources/config.h"
#include <gtest/gtest.h>
Go to the source code of this file.
Functions | |
void | expectVector3dSetsEqual (EigenSTL::vector_Vector3d vec1, EigenSTL::vector_Vector3d vec2, const double upToError=1e-6) |
int | main (int argc, char **argv) |
TEST (Bodies, ConstructMarkerFromBodyBox) | |
TEST (Bodies, ConstructMarkerFromBodyCylinder) | |
TEST (Bodies, ConstructMarkerFromBodyMesh) | |
TEST (Bodies, ConstructMarkerFromBodySphere) | |
TEST (Bodies, ConstructShapeFromBodyBox) | |
TEST (Bodies, ConstructShapeFromBodyCylinder) | |
TEST (Bodies, ConstructShapeFromBodyMesh) | |
TEST (Bodies, ConstructShapeFromBodySphere) | |
void expectVector3dSetsEqual | ( | EigenSTL::vector_Vector3d | vec1, |
EigenSTL::vector_Vector3d | vec2, | ||
const double | upToError = 1e-6 |
||
) |
Definition at line 43 of file test_body_operations.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 276 of file test_body_operations.cpp.
TEST | ( | Bodies | , |
ConstructMarkerFromBodyBox | |||
) |
Definition at line 184 of file test_body_operations.cpp.
TEST | ( | Bodies | , |
ConstructMarkerFromBodyCylinder | |||
) |
Definition at line 209 of file test_body_operations.cpp.
TEST | ( | Bodies | , |
ConstructMarkerFromBodyMesh | |||
) |
Definition at line 234 of file test_body_operations.cpp.
TEST | ( | Bodies | , |
ConstructMarkerFromBodySphere | |||
) |
Definition at line 159 of file test_body_operations.cpp.
TEST | ( | Bodies | , |
ConstructShapeFromBodyBox | |||
) |
Definition at line 91 of file test_body_operations.cpp.
TEST | ( | Bodies | , |
ConstructShapeFromBodyCylinder | |||
) |
Definition at line 106 of file test_body_operations.cpp.
TEST | ( | Bodies | , |
ConstructShapeFromBodyMesh | |||
) |
Definition at line 120 of file test_body_operations.cpp.
TEST | ( | Bodies | , |
ConstructShapeFromBodySphere | |||
) |
Definition at line 78 of file test_body_operations.cpp.