Tests serialization of geometry. More...
#include <tesseract_common/macros.h>
#include <gtest/gtest.h>
#include <boost/serialization/shared_ptr.hpp>
#include <octomap/octomap.h>
#include <tesseract_common/serialization.h>
#include <tesseract_common/unit_test_utils.h>
#include <tesseract_common/resource_locator.h>
#include <tesseract_common/utils.h>
#include <tesseract_geometry/geometries.h>
#include <tesseract_geometry/mesh_parser.h>
#include <tesseract_geometry/impl/octree_utils.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
TEST (TesseractGeometrySerializeUnit, Box) | |
TEST (TesseractGeometrySerializeUnit, Capsule) | |
TEST (TesseractGeometrySerializeUnit, CompoundConvexMesh) | |
TEST (TesseractGeometrySerializeUnit, CompoundMesh) | |
TEST (TesseractGeometrySerializeUnit, Cone) | |
TEST (TesseractGeometrySerializeUnit, ConvexMesh) | |
TEST (TesseractGeometrySerializeUnit, Cylinder) | |
TEST (TesseractGeometrySerializeUnit, Mesh) | |
TEST (TesseractGeometrySerializeUnit, Octree) | |
TEST (TesseractGeometrySerializeUnit, Plane) | |
TEST (TesseractGeometrySerializeUnit, PolygonMesh) | |
TEST (TesseractGeometrySerializeUnit, SDFMesh) | |
TEST (TesseractGeometrySerializeUnit, Sphere) | |
Tests serialization of geometry.
Definition in file tesseract_geometry_serialization_unit.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 194 of file tesseract_geometry_serialization_unit.cpp.
TEST | ( | TesseractGeometrySerializeUnit | , |
Box | |||
) |
Definition at line 42 of file tesseract_geometry_serialization_unit.cpp.
TEST | ( | TesseractGeometrySerializeUnit | , |
Capsule | |||
) |
Definition at line 49 of file tesseract_geometry_serialization_unit.cpp.
TEST | ( | TesseractGeometrySerializeUnit | , |
CompoundConvexMesh | |||
) |
Definition at line 74 of file tesseract_geometry_serialization_unit.cpp.
TEST | ( | TesseractGeometrySerializeUnit | , |
CompoundMesh | |||
) |
Definition at line 108 of file tesseract_geometry_serialization_unit.cpp.
TEST | ( | TesseractGeometrySerializeUnit | , |
Cone | |||
) |
Definition at line 56 of file tesseract_geometry_serialization_unit.cpp.
TEST | ( | TesseractGeometrySerializeUnit | , |
ConvexMesh | |||
) |
Definition at line 63 of file tesseract_geometry_serialization_unit.cpp.
TEST | ( | TesseractGeometrySerializeUnit | , |
Cylinder | |||
) |
Definition at line 90 of file tesseract_geometry_serialization_unit.cpp.
TEST | ( | TesseractGeometrySerializeUnit | , |
Mesh | |||
) |
Definition at line 97 of file tesseract_geometry_serialization_unit.cpp.
TEST | ( | TesseractGeometrySerializeUnit | , |
Octree | |||
) |
Definition at line 124 of file tesseract_geometry_serialization_unit.cpp.
TEST | ( | TesseractGeometrySerializeUnit | , |
Plane | |||
) |
Definition at line 159 of file tesseract_geometry_serialization_unit.cpp.
TEST | ( | TesseractGeometrySerializeUnit | , |
PolygonMesh | |||
) |
Definition at line 166 of file tesseract_geometry_serialization_unit.cpp.
TEST | ( | TesseractGeometrySerializeUnit | , |
SDFMesh | |||
) |
Definition at line 176 of file tesseract_geometry_serialization_unit.cpp.
TEST | ( | TesseractGeometrySerializeUnit | , |
Sphere | |||
) |
Definition at line 187 of file tesseract_geometry_serialization_unit.cpp.