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

something about marginalization using GTSAM #44

Open
YixFeng opened this issue Mar 11, 2023 · 0 comments
Open

something about marginalization using GTSAM #44

YixFeng opened this issue Mar 11, 2023 · 0 comments

Comments

@YixFeng
Copy link

YixFeng commented Mar 11, 2023

I tried to implement marginalization in my code using the same method as follows.
isam2_.update(new_factors_to_add, new_values, factor_indices_to_remove).print();

But I discovered that when the scale of optimization is larger, the time consumption of 'isam2.update' will increase a lot. I'm confused about whether this implementation of marginalization in GTSAM is correct. I guess the marginal factors are still in the optimizer not become a prior. Maybe, some steps or code I missed. Could you give me some suggestions?

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

No branches or pull requests

1 participant