#include <gtest/gtest.h>
#include <nav_core2/basic_costmap.h>
#include <costmap_queue/costmap_queue.h>
#include <costmap_queue/limited_costmap_queue.h>
#include <ros/ros.h>
#include <memory>
#include <algorithm>
Go to the source code of this file.
|
int | main (int argc, char **argv) |
|
| TEST (CostmapQueue, basicQueue) |
|
| TEST (CostmapQueue, reverseQueue) |
|
| TEST (CostmapQueue, bigTest) |
|
| TEST (CostmapQueue, linearQueue) |
|
| TEST (CostmapQueue, crossQueue) |
|
| TEST (CostmapQueue, limitedQueue) |
|
| TEST (CostmapQueue, changingSize) |
|
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
TEST |
( |
CostmapQueue |
, |
|
|
basicQueue |
|
|
) |
| |
TEST |
( |
CostmapQueue |
, |
|
|
reverseQueue |
|
|
) |
| |
TEST |
( |
CostmapQueue |
, |
|
|
bigTest |
|
|
) |
| |
TEST |
( |
CostmapQueue |
, |
|
|
linearQueue |
|
|
) |
| |
TEST |
( |
CostmapQueue |
, |
|
|
crossQueue |
|
|
) |
| |
TEST |
( |
CostmapQueue |
, |
|
|
limitedQueue |
|
|
) |
| |
TEST |
( |
CostmapQueue |
, |
|
|
changingSize |
|
|
) |
| |