-
Notifications
You must be signed in to change notification settings - Fork 767
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
adding additional Unit3 support in the wrapper: PriorFactorUnit3, Values::insert/update/at(Unit3) #576
adding additional Unit3 support in the wrapper: PriorFactorUnit3, Values::insert/update/at(Unit3) #576
Conversation
…ues::insert/update/at(Unit3)
This is awesome, but check why some of the CI runs fail? |
Hmm. The code I added was really small and shouldn't have broken anything. I'll try to dig in to why the MacOS CI fails. A quick look at the CI logs makes it look like it's something else going on. |
It appears to be some compatibility problem on latest boost (which is what brew tracks). I don't have bandwidth now unfortunately. |
Yep. I don't have a Mac, so I likely won't be able to track this down. But it looks like the latest merged PR passed the MacOS CI. I'm a bit confused as how that was passing. Did brew track a new boost in the last four days? |
The failing CI in this PR should be fixed by the latest PR which fixed some boost compatibility in Brew. Thanks @ProfFan for fixing that! |
@tmcg0 Glad to help :) Please merge in or rebase to latest develop to fix CI. |
Merging in some brew fixes that had previously caused CI to fail
Looks like one of the Windows CI timed out after 6 hours. Also looks like that's happening to other recent PRs. I assume this is a known issue or a problem with GitHub's servers? |
Since it's only the Debug version I think it's timing out. If that is the only blocker then I think it's fine. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!!! Very useful :-) And you helped us debug the Mac issue.
This very simple PR adds some additional functionality for the GTSAM wrapper for Unit3 types. Specifically:
(apologies if there is a good reason this functionality is missing, or if it's added somewhere else that I've missed)