Skip to content

Objective modification for Theseus factor graph implementation #580

Answered by mhmukadam
pculbertson asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @pculbertson, thank you for the kind words!

If your graph structure and factors remain the same between steps then you would only need to shift the values within a sliding window (fixed lag style) without needed to erase/add (you would essentially avoid redoing the linearization part). This won't work if you get different factors/measurements at different steps and so the graph looks different between steps.

The longer route would be bring in support for variable re-elimination taking inspiration from GTSAM. This would we be a huge undertaking which unfortunately our team would not be able to prioritize right now. We welcome community contributions though and iSAM based on Givens Rotat…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@pculbertson
Comment options

Answer selected by pculbertson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants