Unit tests for BinaryMeasurement class. More...
#include <gtsam/sfm/BinaryMeasurement.h>
#include <gtsam/geometry/Rot3.h>
#include <gtsam/geometry/Unit3.h>
#include <gtsam/geometry/Pose3.h>
#include <CppUnitLite/TestHarness.h>
Go to the source code of this file.
Functions | |
static const Key | kKey1 (2) |
static const Key | kKey2 (1) |
int | main () |
static SharedNoiseModel | rot3_model (noiseModel::Isotropic::Sigma(3, 0.05)) |
TEST (BinaryMeasurement, Rot3) | |
TEST (BinaryMeasurement, Rot3MakeRobust) | |
TEST (BinaryMeasurement, Unit3) | |
static SharedNoiseModel | unit3_model (noiseModel::Isotropic::Sigma(2, 0.05)) |
Variables | |
const Rot3 | rot3Measured |
const Unit3 | unit3Measured (Vector3(1, 1, 1)) |
|
static |
static const Key kKey2 | ( | 1 | ) |
int main | ( | ) |
Definition at line 83 of file testBinaryMeasurement.cpp.
|
static |
TEST | ( | BinaryMeasurement | , |
Rot3 | |||
) |
Definition at line 53 of file testBinaryMeasurement.cpp.
TEST | ( | BinaryMeasurement | , |
Rot3MakeRobust | |||
) |
Definition at line 68 of file testBinaryMeasurement.cpp.
TEST | ( | BinaryMeasurement | , |
Unit3 | |||
) |
Definition at line 40 of file testBinaryMeasurement.cpp.
|
static |
const Rot3 rot3Measured |
Definition at line 37 of file testBinaryMeasurement.cpp.