Skip to content

Conversation

varunagrawal
Copy link
Contributor

Fix some weird PR juju. These changes have already been approved in a previous PR.

@varunagrawal varunagrawal requested a review from ProfFan August 22, 2022 18:20
@varunagrawal varunagrawal self-assigned this Aug 22, 2022
@@ -195,7 +208,10 @@ hybridElimination(const HybridGaussianFactorGraph &factors,
if (graph.empty()) {
return {nullptr, nullptr};
}
auto result = EliminatePreferCholesky(graph, frontalKeys);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think auto will just work since we are on GCC7

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I prefer the readability. Made debugging easier.

@varunagrawal varunagrawal merged commit 05b1174 into hybrid/pruning Aug 22, 2022
@varunagrawal varunagrawal deleted the feature/nonlinear-hybrid branch August 22, 2022 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants