#include <boost/test/included/unit_test.hpp>
#include <boost/filesystem.hpp>
#include "fcl_resources/config.h"
#include <hpp/fcl/collision.h>
#include <hpp/fcl/hfield.h>
#include <hpp/fcl/math/transform.h>
#include <hpp/fcl/shape/geometric_shapes.h>
#include <hpp/fcl/mesh_loader/assimp.h>
#include <hpp/fcl/mesh_loader/loader.h>
#include "utility.h"
#include <iostream>
Go to the source code of this file.
◆ BOOST_TEST_MODULE
#define BOOST_TEST_MODULE FCL_HEIGHT_FIELDS |
- Author
- Justin Carpentier
Definition at line 37 of file hfields.cpp.
◆ BOOST_AUTO_TEST_CASE() [1/4]
BOOST_AUTO_TEST_CASE |
( |
building_constant_hfields |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [2/4]
BOOST_AUTO_TEST_CASE |
( |
negative_security_margin |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [3/4]
BOOST_AUTO_TEST_CASE |
( |
hfield_with_square_hole |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [4/4]
BOOST_AUTO_TEST_CASE |
( |
hfield_with_circular_hole |
| ) |
|
◆ test_constant_hfields()
template<typename BV >
void test_constant_hfields |
( |
const Eigen::DenseIndex |
nx, |
|
|
const Eigen::DenseIndex |
ny, |
|
|
const FCL_REAL |
min_altitude, |
|
|
const FCL_REAL |
max_altitude |
|
) |
| |
◆ test_negative_security_margin()
template<typename BV >
void test_negative_security_margin |
( |
const Eigen::DenseIndex |
nx, |
|
|
const Eigen::DenseIndex |
ny, |
|
|
const FCL_REAL |
min_altitude, |
|
|
const FCL_REAL |
max_altitude |
|
) |
| |