#include <cstddef>
#include <limits>
#include <gtest/gtest.h>
#include <planner_cspace/blockmem_gridmap.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
TEST (BlockmemGridmap, ResetClear) | |
TEST (BlockmemGridmap, WriteRead) | |
TEST (BlockmemGridmap, OuterBoundery) | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 136 of file test_blockmem_gridmap.cpp.
TEST | ( | BlockmemGridmap | , |
ResetClear | |||
) |
Definition at line 37 of file test_blockmem_gridmap.cpp.
TEST | ( | BlockmemGridmap | , |
WriteRead | |||
) |
Definition at line 72 of file test_blockmem_gridmap.cpp.
TEST | ( | BlockmemGridmap | , |
OuterBoundery | |||
) |
Definition at line 104 of file test_blockmem_gridmap.cpp.