Go to the source code of this file.
Classes | |
class | LaserIntervalCalcTest |
Macros | |
#define | EXPECT_ROSTIME_NEAR(a, b) |
Functions | |
int | main (int argc, char **argv) |
TEST_F (LaserIntervalCalcTest, easy_single_point) | |
TEST_F (LaserIntervalCalcTest, corners) | |
TEST_F (LaserIntervalCalcTest, empty) | |
TEST_F (LaserIntervalCalcTest, easy_multi_point) | |
Variables | |
static const bool | DEBUG =false |
static const float | eps = 1e-6 |
#define EXPECT_ROSTIME_NEAR | ( | a, | |
b | |||
) |
Definition at line 71 of file laser_interval_calc_unittest.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 134 of file laser_interval_calc_unittest.cpp.
TEST_F | ( | LaserIntervalCalcTest | , |
easy_single_point | |||
) |
Definition at line 75 of file laser_interval_calc_unittest.cpp.
TEST_F | ( | LaserIntervalCalcTest | , |
corners | |||
) |
Definition at line 87 of file laser_interval_calc_unittest.cpp.
TEST_F | ( | LaserIntervalCalcTest | , |
empty | |||
) |
Definition at line 107 of file laser_interval_calc_unittest.cpp.
TEST_F | ( | LaserIntervalCalcTest | , |
easy_multi_point | |||
) |
Definition at line 117 of file laser_interval_calc_unittest.cpp.
|
static |
Definition at line 42 of file laser_interval_calc_unittest.cpp.
|
static |
Definition at line 44 of file laser_interval_calc_unittest.cpp.