ISAM2UpdateParams.h
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 
15 // \callgraph
16 
17 #pragma once
18 
19 #include <gtsam/base/FastList.h>
20 #include <gtsam/dllexport.h> // GTSAM_EXPORT
21 #include <gtsam/inference/Key.h> // Key, KeySet
22 #include <gtsam/nonlinear/ISAM2Result.h> //FactorIndices
23 #include <boost/optional.hpp>
24 
25 namespace gtsam {
26 
33  ISAM2UpdateParams() = default;
34 
37 
40  boost::optional<FastMap<Key, int>> constrainedKeys{boost::none};
41 
44  boost::optional<FastList<Key>> noRelinKeys{boost::none};
45 
49  boost::optional<FastList<Key>> extraReelimKeys{boost::none};
50 
54  bool force_relinearize{false};
55 
66  boost::optional<FastMap<FactorIndex, KeySet>> newAffectedKeys{boost::none};
67 
71  bool forceFullSolve{false};
72 };
73 
74 } // namespace gtsam
A thin wrapper around std::list that uses boost&#39;s fast_pool_allocator.
boost::optional< FastList< Key > > extraReelimKeys
FastVector< FactorIndex > FactorIndices
Define collection types:
Definition: Factor.h:32
Class that stores detailed iSAM2 result.
traits
Definition: chartTesting.h:28
FactorIndices removeFactorIndices
boost::optional< FastList< Key > > noRelinKeys
boost::optional< FastMap< Key, int > > constrainedKeys
boost::optional< FastMap< FactorIndex, KeySet > > newAffectedKeys


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:42:22