$search
#include <iostream>
#include <gtest/gtest.h>
#include "semanticmodel/miniatureoccupancygrid.hh"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
TEST (MiniOG, set) | |
TEST (MiniOG, getOnZero) | |
TEST (MiniOG, constructor) |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Definition at line 53 of file test_miniatureoccupancygrid.cc.
TEST | ( | MiniOG | , | |
set | ||||
) |
Definition at line 34 of file test_miniatureoccupancygrid.cc.
TEST | ( | MiniOG | , | |
getOnZero | ||||
) |
Definition at line 22 of file test_miniatureoccupancygrid.cc.
TEST | ( | MiniOG | , | |
constructor | ||||
) |
Definition at line 14 of file test_miniatureoccupancygrid.cc.