#include <gtest/gtest.h>
#include <mcl_3dl/motion_prediction_models/motion_prediction_model_differential_drive.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
TEST (TestMotionPredictionModelDifferentialDrive, predictWithoutNoise) | |
TEST (TestMotionPredictionModelDifferentialDrive, predictWithoutRotation) | |
TEST (TestMotionPredictionModelDifferentialDrive, predictWithoutTranslationAndRollPitch) | |
TEST (TestMotionPredictionModelDifferentialDrive, predictWithoutRollPitch) | |
Variables | |
static const double | EPS = 1.0e-6 |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 221 of file test_motion_prediction_model_differential_drive.cpp.
TEST | ( | TestMotionPredictionModelDifferentialDrive | , |
predictWithoutNoise | |||
) |
Definition at line 36 of file test_motion_prediction_model_differential_drive.cpp.
TEST | ( | TestMotionPredictionModelDifferentialDrive | , |
predictWithoutRotation | |||
) |
Definition at line 77 of file test_motion_prediction_model_differential_drive.cpp.
TEST | ( | TestMotionPredictionModelDifferentialDrive | , |
predictWithoutTranslationAndRollPitch | |||
) |
Definition at line 122 of file test_motion_prediction_model_differential_drive.cpp.
TEST | ( | TestMotionPredictionModelDifferentialDrive | , |
predictWithoutRollPitch | |||
) |
Definition at line 169 of file test_motion_prediction_model_differential_drive.cpp.
const double EPS = 1.0e-6 [static] |
Definition at line 34 of file test_motion_prediction_model_differential_drive.cpp.