Skip to content

Commit

Permalink
add FactorGraph-inst
Browse files Browse the repository at this point in the history
  • Loading branch information
yetongatech committed Aug 27, 2024
1 parent e482c41 commit 2516a0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions gtsam/constraint/NonlinearConstraint.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#pragma once

#include <gtsam/inference/FactorGraph.h>
#include <gtsam/inference/FactorGraph-inst.h>
#include <gtsam/nonlinear/NonlinearFactor.h>
#ifdef GTSAM_ENABLE_BOOST_SERIALIZATION
#include <boost/serialization/base_object.hpp>
Expand Down
1 change: 1 addition & 0 deletions gtsam/constraint/NonlinearEqualityConstraint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* @date Aug 3, 2024 */

#include <gtsam/constraint/NonlinearEqualityConstraint.h>
#include <gtsam/inference/FactorGraph-inst.h>

namespace gtsam {

Expand Down
1 change: 1 addition & 0 deletions gtsam/constraint/NonlinearInequalityConstraint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
*/

#include <gtsam/constraint/NonlinearInequalityConstraint.h>
#include <gtsam/inference/FactorGraph-inst.h>

namespace gtsam {

Expand Down

0 comments on commit 2516a0a

Please sign in to comment.