#include <boost/test/included/unit_test.hpp>
#include <boost/filesystem.hpp>
#include <hpp/fcl/fwd.hh>
#include <hpp/fcl/data_types.h>
#include <hpp/fcl/BV/OBBRSS.h>
#include <hpp/fcl/BVH/BVH_model.h>
#include <hpp/fcl/narrowphase/narrowphase.h>
#include <hpp/fcl/collision.h>
#include <hpp/fcl/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 FCL_DISTANCE_LOWER_BOUND |
◆ BOOST_AUTO_TEST_CASE() [1/4]
BOOST_AUTO_TEST_CASE |
( |
mesh_mesh |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [2/4]
BOOST_AUTO_TEST_CASE |
( |
box_sphere |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [3/4]
BOOST_AUTO_TEST_CASE |
( |
sphere_sphere |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [4/4]
BOOST_AUTO_TEST_CASE |
( |
box_mesh |
| ) |
|
◆ testCollide()
bool testCollide |
( |
const Transform3f & |
tf, |
|
|
const CollisionGeometryPtr_t & |
m1, |
|
|
const CollisionGeometryPtr_t & |
m2 |
|
) |
| |
◆ testDistance()
bool testDistance |
( |
const Transform3f & |
tf, |
|
|
const CollisionGeometryPtr_t & |
m1, |
|
|
const CollisionGeometryPtr_t & |
m2, |
|
|
FCL_REAL & |
distance |
|
) |
| |
◆ testDistanceLowerBound()
bool testDistanceLowerBound |
( |
const Transform3f & |
tf, |
|
|
const CollisionGeometryPtr_t & |
m1, |
|
|
const CollisionGeometryPtr_t & |
m2, |
|
|
FCL_REAL & |
distance |
|
) |
| |