Go to the source code of this file.
|
Vector | evalFactorError (const RelativeElevationFactor &factor, const Pose3 &x, const Point3 &p) |
|
int | main () |
|
const Point3 | point1 (3.0, 4.0, 2.0) |
|
| TEST (testRelativeElevationFactor, level_negative) |
|
| TEST (testRelativeElevationFactor, level_positive) |
|
| TEST (testRelativeElevationFactor, level_zero_error) |
|
| TEST (testRelativeElevationFactor, rotated_negative1) |
|
| TEST (testRelativeElevationFactor, rotated_negative2) |
|
| TEST (testRelativeElevationFactor, rotated_positive) |
|
| TEST (testRelativeElevationFactor, rotated_zero_error) |
|
|
SharedNoiseModel | model1 = noiseModel::Unit::Create(1) |
|
const gtsam::Key | pointKey = 2 |
|
const Pose3 | pose1 (Rot3(), Point3(2.0, 3.0, 4.0)) |
|
const Pose3 | pose2 (Rot3::Pitch(-M_PI_2), Point3(2.0, 3.0, 4.0)) |
|
const Pose3 | pose3 (Rot3::RzRyRx(0.1, 0.2, 0.3), Point3(2.0, 3.0, 4.0)) |
|
const gtsam::Key | poseKey = 1 |
|
const double | tol = 1e-5 |
|
- Date
- Aug 17, 2012
- Author
- Alex Cunningham
Definition in file testRelativeElevationFactor.cpp.
◆ evalFactorError()
◆ main()
◆ point1()
const Point3 point1 |
( |
3. |
0, |
|
|
4. |
0, |
|
|
2. |
0 |
|
) |
| |
◆ TEST() [1/7]
TEST |
( |
testRelativeElevationFactor |
, |
|
|
level_negative |
|
|
) |
| |
◆ TEST() [2/7]
TEST |
( |
testRelativeElevationFactor |
, |
|
|
level_positive |
|
|
) |
| |
◆ TEST() [3/7]
TEST |
( |
testRelativeElevationFactor |
, |
|
|
level_zero_error |
|
|
) |
| |
◆ TEST() [4/7]
TEST |
( |
testRelativeElevationFactor |
, |
|
|
rotated_negative1 |
|
|
) |
| |
◆ TEST() [5/7]
TEST |
( |
testRelativeElevationFactor |
, |
|
|
rotated_negative2 |
|
|
) |
| |
◆ TEST() [6/7]
TEST |
( |
testRelativeElevationFactor |
, |
|
|
rotated_positive |
|
|
) |
| |
◆ TEST() [7/7]
TEST |
( |
testRelativeElevationFactor |
, |
|
|
rotated_zero_error |
|
|
) |
| |
◆ model1
◆ pointKey
◆ pose1
◆ pose2
◆ pose3
const Pose3 pose3(Rot3::RzRyRx(0.1, 0.2, 0.3), Point3(2.0, 3.0, 4.0)) |
◆ poseKey
◆ tol