testHybridFactorGraph.cpp
Go to the documentation of this file.
1 /* ----------------------------------------------------------------------------
2  * GTSAM Copyright 2010, Georgia Tech Research Corporation,
3  * Atlanta, Georgia 30332-0415
4  * All Rights Reserved
5  * Authors: Frank Dellaert, et al. (see THANKS for the full author list)
6  * See LICENSE for the license information
7  * -------------------------------------------------------------------------- */
8 
16 #include <CppUnitLite/Test.h>
19 #include <gtsam/base/utilities.h>
21 #include <gtsam/inference/Symbol.h>
23 
24 using namespace std;
25 using namespace gtsam;
30 
31 /* ****************************************************************************
32  * Test that any linearizedFactorGraph gaussian factors are appended to the
33  * existing gaussian factor graph in the hybrid factor graph.
34  */
35 TEST(HybridFactorGraph, Constructor) {
36  // Initialize the hybrid factor graph
38 }
39 
40 /* ************************************************************************* */
41 int main() {
42  TestResult tr;
43  return TestRegistry::runAllTests(tr);
44 }
45 /* ************************************************************************* */
Provides additional testing facilities for common data structures.
Matrix< RealScalar, Dynamic, Dynamic > M
Definition: bench_gemm.cpp:51
static int runAllTests(TestResult &result)
TEST(HybridFactorGraph, Constructor)
MatrixXd L
Definition: LLT_example.cpp:6
Definition: BFloat16.h:88
traits
Definition: chartTesting.h:28
int main()
Factor graph with utilities for hybrid factors.
#define X
Definition: icosphere.cpp:20


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:38:22