From Hmf6_unordered: Public isam2 - to be changed (10834edc1698d941be3203e8e6bea0bd4a573443)
parent
bf40956592
commit
0c7b2ec062
|
@ -30,6 +30,8 @@ namespace gtsam {
|
||||||
class GTSAM_UNSTABLE_EXPORT ConcurrentIncrementalFilter : public virtual ConcurrentFilter {
|
class GTSAM_UNSTABLE_EXPORT ConcurrentIncrementalFilter : public virtual ConcurrentFilter {
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
ISAM2 isam2_; ///< The iSAM2 inference engine
|
||||||
typedef boost::shared_ptr<ConcurrentIncrementalFilter> shared_ptr;
|
typedef boost::shared_ptr<ConcurrentIncrementalFilter> shared_ptr;
|
||||||
typedef ConcurrentFilter Base; ///< typedef for base class
|
typedef ConcurrentFilter Base; ///< typedef for base class
|
||||||
|
|
||||||
|
@ -158,7 +160,7 @@ public:
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
ISAM2 isam2_; ///< The iSAM2 inference engine
|
// ISAM2 isam2_; ///< The iSAM2 inference engine
|
||||||
|
|
||||||
// ???
|
// ???
|
||||||
NonlinearFactorGraph previousSmootherSummarization_; ///< The smoother summarization on the old separator sent by the smoother during the last synchronization
|
NonlinearFactorGraph previousSmootherSummarization_; ///< The smoother summarization on the old separator sent by the smoother during the last synchronization
|
||||||
|
|
Loading…
Reference in New Issue