#include <tesseract_common/macros.h>#include <gtest/gtest.h>#include <iostream>#include <fstream>#include <yaml-cpp/yaml.h>#include <tinyxml2.h>#include <tesseract_common/utils.h>#include <tesseract_common/resource_locator.h>#include <tesseract_common/collision_margin_data.h>#include <tesseract_common/yaml_utils.h>#include <tesseract_common/yaml_extenstions.h>#include <tesseract_srdf/collision_margins.h>#include <tesseract_srdf/configs.h>#include <tesseract_srdf/disabled_collisions.h>#include <tesseract_srdf/group_states.h>#include <tesseract_srdf/group_tool_center_points.h>#include <tesseract_srdf/groups.h>#include <tesseract_srdf/srdf_model.h>#include <tesseract_srdf/utils.h>#include <tesseract_scene_graph/graph.h>#include <tesseract_scene_graph/link.h>#include <tesseract_scene_graph/joint.h>
Go to the source code of this file.
Classes | |
| class | TempResourceLocator |
Enumerations | |
| enum | ABBConfig : std::uint8_t { ABBConfig::ROBOT_ONLY, ABBConfig::ROBOT_ON_RAIL, ABBConfig::ROBOT_WITH_POSITIONER } |
Functions | |
| tesseract_scene_graph::SceneGraph | buildTestSceneGraph () |
| tesseract_scene_graph::SceneGraph::Ptr | getABBSceneGraph (ABBConfig config=ABBConfig::ROBOT_ONLY) |
| TEST (TesseractSRDFUnit, AddRemoveChainGroupUnit) | |
| TEST (TesseractSRDFUnit, AddRemoveGroupJointStateUnit) | |
| TEST (TesseractSRDFUnit, AddRemoveGroupTCPUnit) | |
| TEST (TesseractSRDFUnit, AddRemoveJointGroupUnit) | |
| TEST (TesseractSRDFUnit, AddRemoveLinkGroupUnit) | |
| TEST (TesseractSRDFUnit, LoadSRDFAllowedCollisionMatrixUnit) | |
| TEST (TesseractSRDFUnit, LoadSRDFFailureCasesUnit) | |
| TEST (TesseractSRDFUnit, LoadSRDFFileUnit) | |
| TEST (TesseractSRDFUnit, LoadSRDFGroupStatesUnit) | |
| TEST (TesseractSRDFUnit, LoadSRDFSaveUnit) | |
| TEST (TesseractSRDFUnit, ParseConfigFilePathUnit) | |
| TEST (TesseractSRDFUnit, SRDFChainGroupUnit) | |
| TEST (TesseractSRDFUnit, SRDFCollisionMarginsUnit) | |
| TEST (TesseractSRDFUnit, SRDFGroupTCPsUnit) | |
| TEST (TesseractSRDFUnit, SRDFJointGroupUnit) | |
| TEST (TesseractSRDFUnit, SRDFLinkGroupUnit) | |
| TEST (TesseractSRDFUnit, TesseractSRDFModelUnit) | |
|
strong |
| Enumerator | |
|---|---|
| ROBOT_ONLY | |
| ROBOT_ON_RAIL | |
| ROBOT_WITH_POSITIONER | |
Definition at line 27 of file tesseract_srdf_unit.cpp.
| tesseract_scene_graph::SceneGraph buildTestSceneGraph | ( | ) |
Definition at line 175 of file tesseract_srdf_unit.cpp.
| tesseract_scene_graph::SceneGraph::Ptr getABBSceneGraph | ( | ABBConfig | config = ABBConfig::ROBOT_ONLY | ) |
Definition at line 34 of file tesseract_srdf_unit.cpp.
| TEST | ( | TesseractSRDFUnit | , |
| AddRemoveChainGroupUnit | |||
| ) |
Definition at line 1539 of file tesseract_srdf_unit.cpp.
| TEST | ( | TesseractSRDFUnit | , |
| AddRemoveGroupJointStateUnit | |||
| ) |
Definition at line 1655 of file tesseract_srdf_unit.cpp.
| TEST | ( | TesseractSRDFUnit | , |
| AddRemoveGroupTCPUnit | |||
| ) |
Definition at line 1700 of file tesseract_srdf_unit.cpp.
| TEST | ( | TesseractSRDFUnit | , |
| AddRemoveJointGroupUnit | |||
| ) |
Definition at line 1576 of file tesseract_srdf_unit.cpp.
| TEST | ( | TesseractSRDFUnit | , |
| AddRemoveLinkGroupUnit | |||
| ) |
Definition at line 1616 of file tesseract_srdf_unit.cpp.
| TEST | ( | TesseractSRDFUnit | , |
| LoadSRDFAllowedCollisionMatrixUnit | |||
| ) |
Definition at line 642 of file tesseract_srdf_unit.cpp.
| TEST | ( | TesseractSRDFUnit | , |
| LoadSRDFFailureCasesUnit | |||
| ) |
Definition at line 444 of file tesseract_srdf_unit.cpp.
| TEST | ( | TesseractSRDFUnit | , |
| LoadSRDFFileUnit | |||
| ) |
Definition at line 234 of file tesseract_srdf_unit.cpp.
| TEST | ( | TesseractSRDFUnit | , |
| LoadSRDFGroupStatesUnit | |||
| ) |
Definition at line 1058 of file tesseract_srdf_unit.cpp.
| TEST | ( | TesseractSRDFUnit | , |
| LoadSRDFSaveUnit | |||
| ) |
Definition at line 535 of file tesseract_srdf_unit.cpp.
| TEST | ( | TesseractSRDFUnit | , |
| ParseConfigFilePathUnit | |||
| ) |
Definition at line 1749 of file tesseract_srdf_unit.cpp.
| TEST | ( | TesseractSRDFUnit | , |
| SRDFChainGroupUnit | |||
| ) |
Definition at line 733 of file tesseract_srdf_unit.cpp.
| TEST | ( | TesseractSRDFUnit | , |
| SRDFCollisionMarginsUnit | |||
| ) |
Definition at line 1320 of file tesseract_srdf_unit.cpp.
| TEST | ( | TesseractSRDFUnit | , |
| SRDFGroupTCPsUnit | |||
| ) |
Definition at line 1177 of file tesseract_srdf_unit.cpp.
| TEST | ( | TesseractSRDFUnit | , |
| SRDFJointGroupUnit | |||
| ) |
Definition at line 851 of file tesseract_srdf_unit.cpp.
| TEST | ( | TesseractSRDFUnit | , |
| SRDFLinkGroupUnit | |||
| ) |
Definition at line 956 of file tesseract_srdf_unit.cpp.
| TEST | ( | TesseractSRDFUnit | , |
| TesseractSRDFModelUnit | |||
| ) |
Definition at line 352 of file tesseract_srdf_unit.cpp.