Public Member Functions | |
def | test_allPose2s (self) |
def | test_allPose3s (self) |
def | test_createKeyList (self) |
def | test_createKeySet (self) |
def | test_createKeyVector (self) |
def | test_extractPoint2 (self) |
def | test_extractPoint3 (self) |
def | test_extractPose2 (self) |
def | test_extractPose3 (self) |
def | test_insertBackprojections (self) |
def | test_insertProjectionFactors (self) |
def | test_localToWorld (self) |
def | test_perturbPoint2 (self) |
def | test_perturbPoint3 (self) |
def | test_perturbPose2 (self) |
def | test_reprojectionErrors (self) |
Public Member Functions inherited from gtsam.utils.test_case.GtsamTestCase | |
def | assertEqualityOnPickleRoundtrip |
def | gtsamAssertEquals (self, actual, expected, tol=1e-9) |
Test various GTSAM utilities.
Definition at line 20 of file test_Utilities.py.
def test_Utilities.TestUtilites.test_allPose2s | ( | self | ) |
Test allPose2s.
Definition at line 67 of file test_Utilities.py.
def test_Utilities.TestUtilites.test_allPose3s | ( | self | ) |
Test allPose3s.
Definition at line 87 of file test_Utilities.py.
def test_Utilities.TestUtilites.test_createKeyList | ( | self | ) |
Test createKeyList.
Definition at line 22 of file test_Utilities.py.
def test_Utilities.TestUtilites.test_createKeySet | ( | self | ) |
Test createKeySet.
Definition at line 40 of file test_Utilities.py.
def test_Utilities.TestUtilites.test_createKeyVector | ( | self | ) |
Test createKeyVector.
Definition at line 31 of file test_Utilities.py.
def test_Utilities.TestUtilites.test_extractPoint2 | ( | self | ) |
Test extractPoint2.
Definition at line 49 of file test_Utilities.py.
def test_Utilities.TestUtilites.test_extractPoint3 | ( | self | ) |
Test extractPoint3.
Definition at line 58 of file test_Utilities.py.
def test_Utilities.TestUtilites.test_extractPose2 | ( | self | ) |
Test extractPose2.
Definition at line 77 of file test_Utilities.py.
def test_Utilities.TestUtilites.test_extractPose3 | ( | self | ) |
Test extractPose3.
Definition at line 97 of file test_Utilities.py.
def test_Utilities.TestUtilites.test_insertBackprojections | ( | self | ) |
Test insertBackprojections.
Definition at line 132 of file test_Utilities.py.
def test_Utilities.TestUtilites.test_insertProjectionFactors | ( | self | ) |
Test insertProjectionFactors.
Definition at line 142 of file test_Utilities.py.
def test_Utilities.TestUtilites.test_localToWorld | ( | self | ) |
Test localToWorld.
Definition at line 172 of file test_Utilities.py.
def test_Utilities.TestUtilites.test_perturbPoint2 | ( | self | ) |
Test perturbPoint2.
Definition at line 106 of file test_Utilities.py.
def test_Utilities.TestUtilites.test_perturbPoint3 | ( | self | ) |
Test perturbPoint3.
Definition at line 123 of file test_Utilities.py.
def test_Utilities.TestUtilites.test_perturbPose2 | ( | self | ) |
Test perturbPose2.
Definition at line 115 of file test_Utilities.py.
def test_Utilities.TestUtilites.test_reprojectionErrors | ( | self | ) |
Test reprojectionErrors.
Definition at line 157 of file test_Utilities.py.