-
Notifications
You must be signed in to change notification settings - Fork 793
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
Smart Factors for arbitrary cameras #862
Smart Factors for arbitrary cameras #862
Conversation
…TemplateForAllSmartFactors
…TemplateForAllSmartFactors
…ortunately still had to define a non-templated function from cameraSet
I will add mailto:mabate@mit.edu. I would rather not have @varunagrawal soend time reviewing this as he should be focusing on ICRA. |
perfect! |
Yeah I wasn't going to look at this until after September 15th. |
up to you and @dellaert : not urgent, but ready to go. |
# Conflicts: # gtsam/geometry/CameraSet.h
@dellaert : I applied the changes we discussed. I think this is ready to go (after all CI is done). Please double-check the formatting for the factors if you can: I still don't trust my eclipse style settings :-( |
@dellaert : I applied the changes we discussed. I think this is ready to go. |
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.
Some more comments, but I won't review again. Please address and merge at will :-)
Yay !!!!
@dellaert : FYI: I plan to merge this to develop as soon as the status check passes: keeping this in sync with develop and my other branches has been time-consuming and we can address the 2 concerns above (shared ptrs for camera rig and constructor with single camera) in a separate PR. |
Sounds like a plan. I seem to have missed your replies on my shared pointer comments. Did you end up using the shared pointers? |
thanks! I did not, since I was not sure if you wanted a shared pointer to CameraSet, or a vector of shared pointers to cameras. Also, I was not sure about which copy constructors may benefit from this (I do not see many in the code, and I was curious about which ones you were looking at). |
Smart Factors that can deal with arbitrary cameras.
@dellaert : I suggest merging the PR "feature/rollingShutterSmartFactors" first. If possible, can you also add my student Marcus Abate mabate@mit.edu to GTSAM and add as reviewer here?