Go to the source code of this file.
|
| int | main (int argc, char **argv) |
| |
| | TEST (ClearTester, basicTest) |
| |
| | TEST (ClearTester, bigRadiusTest) |
| |
| | TEST (ClearTester, clearNoLayersTest) |
| |
| | TEST (ClearTester, clearBothTest) |
| |
| | TEST (ClearTester, clearBothTest2) |
| |
| void | testClearBehavior (std::string name, double distance, bool obstacles, bool static_map, costmap_2d::Costmap2DROS *global_costmap, costmap_2d::Costmap2DROS *local_costmap) |
| |
| void | testCountLethal (std::string name, double distance, bool obstacles, bool static_map, int global_lethal, int local_lethal=0) |
| |
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
| TEST |
( |
ClearTester |
, |
|
|
basicTest |
|
|
) |
| |
| TEST |
( |
ClearTester |
, |
|
|
bigRadiusTest |
|
|
) |
| |
| TEST |
( |
ClearTester |
, |
|
|
clearNoLayersTest |
|
|
) |
| |
| TEST |
( |
ClearTester |
, |
|
|
clearBothTest |
|
|
) |
| |
| TEST |
( |
ClearTester |
, |
|
|
clearBothTest2 |
|
|
) |
| |
| void testCountLethal |
( |
std::string |
name, |
|
|
double |
distance, |
|
|
bool |
obstacles, |
|
|
bool |
static_map, |
|
|
int |
global_lethal, |
|
|
int |
local_lethal = 0 |
|
) |
| |