#include <boost/test/included/unit_test.hpp>
#include <boost/filesystem.hpp>
#include "coal/fwd.hh"
#include "coal/data_types.h"
#include "coal/BV/OBBRSS.h"
#include "coal/BVH/BVH_model.h"
#include "coal/narrowphase/narrowphase.h"
#include "coal/collision.h"
#include "coal/distance.h"
#include "utility.h"
#include "fcl_resources/config.h"
Go to the source code of this file.
◆ BOOST_TEST_MODULE
#define BOOST_TEST_MODULE COAL_DISTANCE_LOWER_BOUND |
◆ BOOST_AUTO_TEST_CASE() [1/4]
BOOST_AUTO_TEST_CASE |
( |
box_mesh |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [2/4]
BOOST_AUTO_TEST_CASE |
( |
box_sphere |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [3/4]
BOOST_AUTO_TEST_CASE |
( |
mesh_mesh |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [4/4]
BOOST_AUTO_TEST_CASE |
( |
sphere_sphere |
| ) |
|
◆ testCollide()
bool testCollide |
( |
const Transform3s & |
tf, |
|
|
const CollisionGeometryPtr_t & |
m1, |
|
|
const CollisionGeometryPtr_t & |
m2 |
|
) |
| |
◆ testDistance()
bool testDistance |
( |
const Transform3s & |
tf, |
|
|
const CollisionGeometryPtr_t & |
m1, |
|
|
const CollisionGeometryPtr_t & |
m2, |
|
|
CoalScalar & |
distance |
|
) |
| |
◆ testDistanceLowerBound()
bool testDistanceLowerBound |
( |
const Transform3s & |
tf, |
|
|
const CollisionGeometryPtr_t & |
m1, |
|
|
const CollisionGeometryPtr_t & |
m2, |
|
|
CoalScalar & |
distance |
|
) |
| |