#include <gtest/gtest.h>
#include <map_server/image_loader.h>
#include <nav_grid_server/image_loader.h>
#include <ros/package.h>
#include <string>
#include <vector>
Go to the source code of this file.
|
bool | compareToClassic (const std::string &filename, bool should_negate, double occ_th, double free_th, MapMode mode) |
|
int | main (int argc, char **argv) |
|
| TEST (MapServerComparison, raw) |
|
| TEST (MapServerComparison, trinary) |
|
| TEST (MapServerComparison, scale) |
|
|
std::vector< std::string > | filenames = {"spectrum.png", "spectrum.pgm"} |
|
bool compareToClassic |
( |
const std::string & |
filename, |
|
|
bool |
should_negate, |
|
|
double |
occ_th, |
|
|
double |
free_th, |
|
|
MapMode |
mode |
|
) |
| |
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
TEST |
( |
MapServerComparison |
, |
|
|
raw |
|
|
) |
| |
TEST |
( |
MapServerComparison |
, |
|
|
trinary |
|
|
) |
| |
TEST |
( |
MapServerComparison |
, |
|
|
scale |
|
|
) |
| |
std::vector<std::string> filenames = {"spectrum.png", "spectrum.pgm"} |