Unit test for BarometricFactor. More...
#include <CppUnitLite/TestHarness.h>
#include <gtsam/base/Testable.h>
#include <gtsam/base/numericalDerivative.h>
#include <gtsam/navigation/BarometricFactor.h>
Go to the source code of this file.
Namespaces | |
example | |
Functions | |
int | main () |
double | metersToBaro (const double &meters) |
TEST (BarometricFactor, Constructor) | |
TEST (BarometricFactor, nonZero) | |
int main | ( | ) |
Definition at line 115 of file testBarometricFactor.cpp.
double metersToBaro | ( | const double & | meters | ) |
Definition at line 31 of file testBarometricFactor.cpp.
TEST | ( | BarometricFactor | , |
Constructor | |||
) |
Definition at line 37 of file testBarometricFactor.cpp.
TEST | ( | BarometricFactor | , |
nonZero | |||
) |
Definition at line 78 of file testBarometricFactor.cpp.