#include <gtest/gtest.h>#include <laser_joint_processor/laser_joint_processor.h>
Go to the source code of this file.
Classes | |
| class | LaserJointProcessor_EasyTests |
Functions | |
| int | main (int argc, char **argv) |
| TEST_F (LaserJointProcessor_EasyTests, rangesTest) | |
| TEST_F (LaserJointProcessor_EasyTests, anglesTest) | |
| TEST_F (LaserJointProcessor_EasyTests, jointTest) | |
| TEST_F (LaserJointProcessor_EasyTests, lateTest) | |
| TEST_F (LaserJointProcessor_EasyTests, earlyTest) | |
Variables | |
| static const float | eps = 1e-6 |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 244 of file laser_joint_processor_unittest.cpp.
| TEST_F | ( | LaserJointProcessor_EasyTests | , | |
| rangesTest | ||||
| ) |
Definition at line 223 of file laser_joint_processor_unittest.cpp.
| TEST_F | ( | LaserJointProcessor_EasyTests | , | |
| anglesTest | ||||
| ) |
Definition at line 202 of file laser_joint_processor_unittest.cpp.
| TEST_F | ( | LaserJointProcessor_EasyTests | , | |
| jointTest | ||||
| ) |
Definition at line 156 of file laser_joint_processor_unittest.cpp.
| TEST_F | ( | LaserJointProcessor_EasyTests | , | |
| lateTest | ||||
| ) |
Definition at line 135 of file laser_joint_processor_unittest.cpp.
| TEST_F | ( | LaserJointProcessor_EasyTests | , | |
| earlyTest | ||||
| ) |
Definition at line 126 of file laser_joint_processor_unittest.cpp.
const float eps = 1e-6 [static] |
Definition at line 41 of file laser_joint_processor_unittest.cpp.