-
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
Start moving Sim(3) functionality into Python wrapper #700
Conversation
johnwlambert
commented
Feb 19, 2021
- Sim(3) may be useful to us in GTSFM. Exposing some of its functionality to the wrapper.
Hi @dellaert , is there a particular bug that is keeping Sim(3) from being moved out of |
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.
Do we need this if #702 is submitted?
Similarity3(const Matrix& R, const Vector& t, double s); | ||
Similarity3(const Matrix& T); |
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.
Do these constructors check the size of the matrix?
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.
They don't. In the whole gtsam.i file actually only Matrix & T
or Vector & t
is used, and Matrix3
etc throws a compilation error
702 is a work in-progress...currently broken. Was just trying to make some small PRs to slowly get it integrated |
We may not need to wrap it in unstable if we can move it outside. Unless that will take time and we need this quick. |
Is this PR still needed given #702? |
No, I'll close it. |