-
Notifications
You must be signed in to change notification settings - Fork 856
Implement Equivariant Filter Bias example in Python #2054
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 Equivariant Filter Bias example in Python #2054
Conversation
Implement Equivariant Filter Bias example in Python
Awesome. Before I review, do you want to use the new “Hat” operators I added yesterday? (instead of wedge) |
gtsam/gtsam/geometry/geometry.i Line 381 in 33d2262
|
Also, csv file should go in examples/Data. You can then call |
Yeah, I will work on adding in the new hat and vee operators. |
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.
This is awesome! A few minor comments. I'll approve but will wait to merge until they have been addressed. (or tell me why you think it's ok to leave as is)
An implementation of Alessandro Fornasier's ABC-EqF in GTSAM.