Unit tests for simulated 2D measurement functions. More...
#include <iostream>
#include <CppUnitLite/TestHarness.h>
#include <gtsam/base/Testable.h>
#include <gtsam/base/numericalDerivative.h>
#include <tests/simulated2D.h>
Go to the source code of this file.
Functions | |
int | main () |
TEST (simulated2D, Simulated2DValues) | |
TEST (simulated2D, Dprior) | |
TEST (simulated2D, DOdo) | |
Unit tests for simulated 2D measurement functions.
Definition in file testSimulated2D.cpp.
int main | ( | void | ) |
Definition at line 62 of file testSimulated2D.cpp.
TEST | ( | simulated2D | , |
Simulated2DValues | |||
) |
Definition at line 31 of file testSimulated2D.cpp.
TEST | ( | simulated2D | , |
Dprior | |||
) |
Definition at line 40 of file testSimulated2D.cpp.
TEST | ( | simulated2D | , |
DOdo | |||
) |
Definition at line 50 of file testSimulated2D.cpp.