Skip to content

Commit

Permalink
add a TODO about reorder_relinearize
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal committed Jan 17, 2023
1 parent bfa4d6f commit 7849cf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gtsam/hybrid/HybridNonlinearISAM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ void HybridNonlinearISAM::update(const HybridNonlinearFactorGraph& newFactors,
if (newFactors.size() > 0) {
// Reorder and relinearize every reorderInterval updates
if (reorderInterval_ > 0 && ++reorderCounter_ >= reorderInterval_) {
// TODO(Varun) Relinearization doesn't take into account pruning
reorder_relinearize();
reorderCounter_ = 0;
}
Expand Down

0 comments on commit 7849cf4

Please sign in to comment.