Tesseract collision contact managers factory test. More...
#include <tesseract_common/macros.h>#include <gtest/gtest.h>#include <fstream>#include <tesseract_collision/core/contact_managers_plugin_factory.h>#include <tesseract_collision/core/discrete_contact_manager.h>#include <tesseract_collision/core/continuous_contact_manager.h>#include <tesseract_common/yaml_utils.h>#include <tesseract_common/resource_locator.h>
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| void | runContactManagersFactoryTest (const std::filesystem::path &config_path) |
| TEST (TesseractContactManagersFactoryUnit, LoadAndExportPluginTest) | |
| TEST (TesseractContactManagersFactoryUnit, LoadOnlyContinuousPluginTest) | |
| TEST (TesseractContactManagersFactoryUnit, LoadOnlyDiscretePluginTest) | |
| TEST (TesseractContactManagersFactoryUnit, LoadStringPluginTest) | |
| TEST (TesseractContactManagersFactoryUnit, PluginFactorAPIUnit) | |
Tesseract collision contact managers factory test.
Definition in file contact_managers_factory_unit.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 420 of file contact_managers_factory_unit.cpp.
| void runContactManagersFactoryTest | ( | const std::filesystem::path & | config_path | ) |
Definition at line 40 of file contact_managers_factory_unit.cpp.
| TEST | ( | TesseractContactManagersFactoryUnit | , |
| LoadAndExportPluginTest | |||
| ) |
Definition at line 117 of file contact_managers_factory_unit.cpp.
| TEST | ( | TesseractContactManagersFactoryUnit | , |
| LoadOnlyContinuousPluginTest | |||
| ) |
Definition at line 365 of file contact_managers_factory_unit.cpp.
| TEST | ( | TesseractContactManagersFactoryUnit | , |
| LoadOnlyDiscretePluginTest | |||
| ) |
Definition at line 308 of file contact_managers_factory_unit.cpp.
| TEST | ( | TesseractContactManagersFactoryUnit | , |
| LoadStringPluginTest | |||
| ) |
Definition at line 134 of file contact_managers_factory_unit.cpp.
| TEST | ( | TesseractContactManagersFactoryUnit | , |
| PluginFactorAPIUnit | |||
| ) |
Definition at line 208 of file contact_managers_factory_unit.cpp.