#include <gtsam/base/numericalDerivative.h>
#include <gtsam/geometry/Pose3.h>
#include <gtsam/inference/Symbol.h>
#include <gtsam_unstable/slam/BiasedGPSFactor.h>
#include <CppUnitLite/TestHarness.h>
Go to the source code of this file.
Functions | |
int | main () |
TEST (BiasedGPSFactor, errorNoiseless) | |
TEST (BiasedGPSFactor, errorNoisy) | |
TEST (BiasedGPSFactor, jacobian) | |
Definition in file testBiasedGPSFactor.cpp.
int main | ( | ) |
Definition at line 80 of file testBiasedGPSFactor.cpp.
TEST | ( | BiasedGPSFactor | , |
errorNoiseless | |||
) |
Definition at line 24 of file testBiasedGPSFactor.cpp.
TEST | ( | BiasedGPSFactor | , |
errorNoisy | |||
) |
Definition at line 39 of file testBiasedGPSFactor.cpp.
TEST | ( | BiasedGPSFactor | , |
jacobian | |||
) |
Definition at line 54 of file testBiasedGPSFactor.cpp.