test recovering translations when rotations are given. More...
#include <CppUnitLite/TestHarness.h>
#include <gtsam/sfm/SfmData.h>
#include <gtsam/sfm/TranslationRecovery.h>
#include <gtsam/slam/dataset.h>
Go to the source code of this file.
Functions | |
Unit3 | GetDirectionFromPoses (const Values &poses, const BinaryMeasurement< Unit3 > &unitTranslation) |
int | main () |
TEST (TranslationRecovery, BAL) | |
TEST (TranslationRecovery, TwoPoseTest) | |
TEST (TranslationRecovery, ThreePoseTest) | |
TEST (TranslationRecovery, ThreePosesIncludingZeroTranslation) | |
TEST (TranslationRecovery, FourPosesIncludingZeroTranslation) | |
TEST (TranslationRecovery, ThreePosesWithZeroTranslation) | |
TEST (TranslationRecovery, ThreePosesWithOneSoftConstraint) | |
TEST (TranslationRecovery, ThreePosesWithOneHardConstraint) | |
TEST (TranslationRecovery, NodeWithBetweenFactorAndNoMeasurements) | |
test recovering translations when rotations are given.
Definition in file testTranslationRecovery.cpp.
Unit3 GetDirectionFromPoses | ( | const Values & | poses, |
const BinaryMeasurement< Unit3 > & | unitTranslation | ||
) |
Definition at line 29 of file testTranslationRecovery.cpp.
int main | ( | void | ) |
Definition at line 357 of file testTranslationRecovery.cpp.
TEST | ( | TranslationRecovery | , |
BAL | |||
) |
Definition at line 44 of file testTranslationRecovery.cpp.
TEST | ( | TranslationRecovery | , |
TwoPoseTest | |||
) |
Definition at line 90 of file testTranslationRecovery.cpp.
TEST | ( | TranslationRecovery | , |
ThreePoseTest | |||
) |
Definition at line 122 of file testTranslationRecovery.cpp.
TEST | ( | TranslationRecovery | , |
ThreePosesIncludingZeroTranslation | |||
) |
Definition at line 160 of file testTranslationRecovery.cpp.
TEST | ( | TranslationRecovery | , |
FourPosesIncludingZeroTranslation | |||
) |
Definition at line 193 of file testTranslationRecovery.cpp.
TEST | ( | TranslationRecovery | , |
ThreePosesWithZeroTranslation | |||
) |
Definition at line 233 of file testTranslationRecovery.cpp.
TEST | ( | TranslationRecovery | , |
ThreePosesWithOneSoftConstraint | |||
) |
Definition at line 259 of file testTranslationRecovery.cpp.
TEST | ( | TranslationRecovery | , |
ThreePosesWithOneHardConstraint | |||
) |
Definition at line 293 of file testTranslationRecovery.cpp.
TEST | ( | TranslationRecovery | , |
NodeWithBetweenFactorAndNoMeasurements | |||
) |
Definition at line 327 of file testTranslationRecovery.cpp.