#include <gtsam/slam/tests/smartFactorScenarios.h>
#include <gtsam_unstable/slam/SmartStereoProjectionPoseFactor.h>
#include <gtsam/nonlinear/LevenbergMarquardtOptimizer.h>
#include <gtsam/slam/PoseTranslationPrior.h>
#include <gtsam/slam/ProjectionFactor.h>
#include <gtsam/slam/StereoFactor.h>
#include <CppUnitLite/TestHarness.h>
#include <iostream>
Go to the source code of this file.
int main | ( | void | ) |
Definition at line 1455 of file testSmartStereoProjectionPoseFactor.cpp.
TEST | ( | SmartStereoProjectionPoseFactor | , |
params | |||
) |
Definition at line 84 of file testSmartStereoProjectionPoseFactor.cpp.
TEST | ( | SmartStereoProjectionPoseFactor | , |
Constructor | |||
) |
Definition at line 113 of file testSmartStereoProjectionPoseFactor.cpp.
TEST | ( | SmartStereoProjectionPoseFactor | , |
Constructor2 | |||
) |
Definition at line 118 of file testSmartStereoProjectionPoseFactor.cpp.
TEST | ( | SmartStereoProjectionPoseFactor | , |
Constructor3 | |||
) |
Definition at line 123 of file testSmartStereoProjectionPoseFactor.cpp.
TEST | ( | SmartStereoProjectionPoseFactor | , |
Constructor4 | |||
) |
Definition at line 129 of file testSmartStereoProjectionPoseFactor.cpp.
TEST | ( | SmartStereoProjectionPoseFactor | , |
Equals | |||
) |
Definition at line 135 of file testSmartStereoProjectionPoseFactor.cpp.
TEST | ( | SmartProjectionPoseFactor | , |
noiselessWithMissingMeasurements | |||
) |
Definition at line 185 of file testSmartStereoProjectionPoseFactor.cpp.
TEST | ( | SmartStereoProjectionPoseFactor | , |
noisy | |||
) |
< shared pointer to calibration object (one for each camera)
Definition at line 237 of file testSmartStereoProjectionPoseFactor.cpp.
TEST | ( | SmartStereoProjectionPoseFactor | , |
3poses_smart_projection_factor | |||
) |
Definition at line 288 of file testSmartStereoProjectionPoseFactor.cpp.
TEST | ( | SmartStereoProjectionPoseFactor | , |
body_P_sensor | |||
) |
Definition at line 428 of file testSmartStereoProjectionPoseFactor.cpp.
TEST | ( | SmartStereoProjectionPoseFactor | , |
body_P_sensor_monocular | |||
) |
Definition at line 513 of file testSmartStereoProjectionPoseFactor.cpp.
TEST | ( | SmartStereoProjectionPoseFactor | , |
jacobianSVD | |||
) |
Definition at line 614 of file testSmartStereoProjectionPoseFactor.cpp.
TEST | ( | SmartStereoProjectionPoseFactor | , |
jacobianSVDwithMissingValues | |||
) |
Definition at line 680 of file testSmartStereoProjectionPoseFactor.cpp.
TEST | ( | SmartStereoProjectionPoseFactor | , |
landmarkDistance | |||
) |
Definition at line 752 of file testSmartStereoProjectionPoseFactor.cpp.
TEST | ( | SmartStereoProjectionPoseFactor | , |
dynamicOutlierRejection | |||
) |
Definition at line 822 of file testSmartStereoProjectionPoseFactor.cpp.
TEST | ( | SmartStereoProjectionPoseFactor | , |
CheckHessian | |||
) |
Definition at line 1040 of file testSmartStereoProjectionPoseFactor.cpp.
TEST | ( | SmartStereoProjectionPoseFactor | , |
HessianWithRotation | |||
) |
Definition at line 1310 of file testSmartStereoProjectionPoseFactor.cpp.
TEST | ( | SmartStereoProjectionPoseFactor | , |
HessianWithRotationNonDegenerate | |||
) |
Definition at line 1379 of file testSmartStereoProjectionPoseFactor.cpp.
TEST_UNSAFE | ( | SmartStereoProjectionPoseFactor | , |
noiseless | |||
) |
Definition at line 146 of file testSmartStereoProjectionPoseFactor.cpp.