-
Notifications
You must be signed in to change notification settings - Fork 802
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
Remove unused body_P_sensor param #744
Conversation
Why not? Was there a PR removing its use? Should the right PR be to add that functionality? |
I am not sure of the history on this? Just noticed we had a param mentioned, but not interface for it and thought we might want to remove it till it's implemented or notate it as a todo. |
I thought |
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.
LGTM with a minor request.
gtsam/navigation/CombinedImuFactor.h
Outdated
@@ -212,8 +212,6 @@ class GTSAM_EXPORT PreintegratedCombinedMeasurements : public PreintegrationType | |||
* sensor) | |||
* @param measuredOmega Measured angular velocity (as given by the sensor) | |||
* @param deltaT Time interval between two consecutive IMU measurements |
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.
Please update the documentation for this parameter as well?
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.
done
Parm is mentioned but no longer used in CombinedImuFactor.