Skip to content

Commit

Permalink
stashing commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nkhedekar committed Nov 8, 2024
1 parent ea95291 commit 8bbf754
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gtsam/nonlinear/ISAM2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ ISAM2Result ISAM2::update(const NonlinearFactorGraph& newFactors,
update.augmentVariableIndex(newFactors, result.newFactorsIndices,
&variableIndex_);

PrintSymbolicTree("Bayes Tree Before Recalculate:");
// PrintSymbolicTree("Bayes Tree Before Recalculate:");


// 8. Redo top of Bayes tree and update data structures
Expand Down
2 changes: 1 addition & 1 deletion gtsam_unstable/nonlinear/IncrementalFixedLagSmoother.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ FixedLagSmoother::Result IncrementalFixedLagSmoother::update(
const NonlinearFactorGraph& newFactors, const Values& newTheta,
const KeyTimestampMap& timestamps, const FactorIndices& factorsToRemove) {

const bool debug = true; // ISDEBUG("IncrementalFixedLagSmoother update");
const bool debug = ISDEBUG("IncrementalFixedLagSmoother update");

if (debug) {
std::cout << "IncrementalFixedLagSmoother::update() Start" << std::endl;
Expand Down

0 comments on commit 8bbf754

Please sign in to comment.