Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement errorTree for HybridNonlinearFactorGraph #1859

Merged
merged 3 commits into from
Oct 1, 2024

Conversation

varunagrawal
Copy link
Collaborator

Following the HybridGaussianFactorGraph::errorTree method, implement the same for HybridNonlinearFactorGraph.
Note that since the input is gtsam::Values, we only consider nonlinear and discrete factors, not Gaussian factors.

@varunagrawal varunagrawal self-assigned this Oct 1, 2024
Copy link
Member

@dellaert dellaert left a comment

Choose a reason for hiding this comment

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

Nice. But, I am loathe to introduce more regression tests. In this case, the network is small enough that you could just create the correct result in the test?

@varunagrawal
Copy link
Collaborator Author

Okay I'll do that.

@varunagrawal varunagrawal merged commit 23f4282 into develop Oct 1, 2024
33 checks passed
@varunagrawal varunagrawal deleted the hybrid-nonlinear-error branch October 1, 2024 21:28
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