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

Fix the failure in TA when adding betweenTranslations without any measurements. #1224

Merged
merged 4 commits into from
Jun 20, 2022

Conversation

akshay-krishnan
Copy link
Contributor

We were initializing the values for optimization only if they have a relativeTranslation between them.
So if betweenTranslations contain a node that did not have a relativeTranslation, we would get the "attempting to fetch uninitialized Value" error during optimization.

Now we initialize the nodes in betweenTranslations as well.

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.

I trust ya :-)

@dellaert dellaert merged commit c663354 into develop Jun 20, 2022
@dellaert dellaert deleted the ta-priors-fix branch June 20, 2022 09:16
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