Go to the source code of this file.
|
| int | main (int argc, char **argv) |
| |
| | TEST (TestMotionPredictionModelDifferentialDrive, predictWithoutNoise) |
| |
| | TEST (TestMotionPredictionModelDifferentialDrive, predictWithoutRotation) |
| |
| | TEST (TestMotionPredictionModelDifferentialDrive, predictWithoutTranslationAndRollPitch) |
| |
| | TEST (TestMotionPredictionModelDifferentialDrive, predictWithoutRollPitch) |
| |
|
| static const double | EPS = 1.0e-6 |
| |
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
| TEST |
( |
TestMotionPredictionModelDifferentialDrive |
, |
|
|
predictWithoutNoise |
|
|
) |
| |
| TEST |
( |
TestMotionPredictionModelDifferentialDrive |
, |
|
|
predictWithoutRotation |
|
|
) |
| |
| TEST |
( |
TestMotionPredictionModelDifferentialDrive |
, |
|
|
predictWithoutTranslationAndRollPitch |
|
|
) |
| |
| TEST |
( |
TestMotionPredictionModelDifferentialDrive |
, |
|
|
predictWithoutRollPitch |
|
|
) |
| |
| const double EPS = 1.0e-6 |
|
static |