Tesseract
Motion Planning Environment
|
#include <tesseract_common/macros.h>
#include <octomap/octomap.h>
#include <tesseract_collision/core/discrete_contact_manager.h>
#include <tesseract_collision/core/continuous_contact_manager.h>
#include <tesseract_geometry/geometries.h>
Go to the source code of this file.
Namespaces | |
namespace | tesseract_collision |
namespace | tesseract_collision::test_suite |
namespace | tesseract_collision::test_suite::detail |
Functions | |
template<class T > | |
void | tesseract_collision::test_suite::detail::addCollisionObjects (T &checker) |
void | tesseract_collision::test_suite::detail::runTestOctomap (DiscreteContactManager &checker, ContactTestType test_type) |
void | tesseract_collision::test_suite::detail::runTestOctomap (ContinuousContactManager &checker, ContactTestType test_type) |
void | tesseract_collision::test_suite::runTest (ContinuousContactManager &checker) |
void | tesseract_collision::test_suite::runTest (DiscreteContactManager &checker) |