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, BALBATA) | |
| TEST (TranslationRecovery, FourPosesIncludingZeroTranslation) | |
| TEST (TranslationRecovery, FourPosesIncludingZeroTranslationBATA) | |
| TEST (TranslationRecovery, NodeWithBetweenFactorAndNoMeasurements) | |
| TEST (TranslationRecovery, NodeWithBetweenFactorAndNoMeasurementsBATA) | |
| TEST (TranslationRecovery, ThreePosesIncludingZeroTranslation) | |
| TEST (TranslationRecovery, ThreePosesIncludingZeroTranslationBATA) | |
| TEST (TranslationRecovery, ThreePosesWithOneHardConstraint) | |
| TEST (TranslationRecovery, ThreePosesWithOneHardConstraintBATA) | |
| TEST (TranslationRecovery, ThreePosesWithOneSoftConstraint) | |
| TEST (TranslationRecovery, ThreePosesWithOneSoftConstraintBATA) | |
| TEST (TranslationRecovery, ThreePosesWithZeroTranslation) | |
| TEST (TranslationRecovery, ThreePosesWithZeroTranslationBATA) | |
| TEST (TranslationRecovery, ThreePoseTest) | |
| TEST (TranslationRecovery, ThreePoseTestBATA) | |
| TEST (TranslationRecovery, TwoPoseTest) | |
| TEST (TranslationRecovery, TwoPoseTestBATA) | |
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 | ( | ) |
Definition at line 691 of file testTranslationRecovery.cpp.
| TEST | ( | TranslationRecovery | , |
| BAL | |||
| ) |
Definition at line 44 of file testTranslationRecovery.cpp.
| TEST | ( | TranslationRecovery | , |
| BALBATA | |||
| ) |
Definition at line 368 of file testTranslationRecovery.cpp.
| TEST | ( | TranslationRecovery | , |
| FourPosesIncludingZeroTranslation | |||
| ) |
Definition at line 193 of file testTranslationRecovery.cpp.
| TEST | ( | TranslationRecovery | , |
| FourPosesIncludingZeroTranslationBATA | |||
| ) |
Definition at line 521 of file testTranslationRecovery.cpp.
| TEST | ( | TranslationRecovery | , |
| NodeWithBetweenFactorAndNoMeasurements | |||
| ) |
Definition at line 327 of file testTranslationRecovery.cpp.
| TEST | ( | TranslationRecovery | , |
| NodeWithBetweenFactorAndNoMeasurementsBATA | |||
| ) |
Definition at line 658 of file testTranslationRecovery.cpp.
| TEST | ( | TranslationRecovery | , |
| ThreePosesIncludingZeroTranslation | |||
| ) |
Definition at line 160 of file testTranslationRecovery.cpp.
| TEST | ( | TranslationRecovery | , |
| ThreePosesIncludingZeroTranslationBATA | |||
| ) |
Definition at line 487 of file testTranslationRecovery.cpp.
| TEST | ( | TranslationRecovery | , |
| ThreePosesWithOneHardConstraint | |||
| ) |
Definition at line 293 of file testTranslationRecovery.cpp.
| TEST | ( | TranslationRecovery | , |
| ThreePosesWithOneHardConstraintBATA | |||
| ) |
Definition at line 623 of file testTranslationRecovery.cpp.
| TEST | ( | TranslationRecovery | , |
| ThreePosesWithOneSoftConstraint | |||
| ) |
Definition at line 259 of file testTranslationRecovery.cpp.
| TEST | ( | TranslationRecovery | , |
| ThreePosesWithOneSoftConstraintBATA | |||
| ) |
Definition at line 588 of file testTranslationRecovery.cpp.
| TEST | ( | TranslationRecovery | , |
| ThreePosesWithZeroTranslation | |||
| ) |
Definition at line 233 of file testTranslationRecovery.cpp.
| TEST | ( | TranslationRecovery | , |
| ThreePosesWithZeroTranslationBATA | |||
| ) |
Definition at line 562 of file testTranslationRecovery.cpp.
| TEST | ( | TranslationRecovery | , |
| ThreePoseTest | |||
| ) |
Definition at line 122 of file testTranslationRecovery.cpp.
| TEST | ( | TranslationRecovery | , |
| ThreePoseTestBATA | |||
| ) |
Definition at line 448 of file testTranslationRecovery.cpp.
| TEST | ( | TranslationRecovery | , |
| TwoPoseTest | |||
| ) |
Definition at line 90 of file testTranslationRecovery.cpp.
| TEST | ( | TranslationRecovery | , |
| TwoPoseTestBATA | |||
| ) |
Definition at line 415 of file testTranslationRecovery.cpp.