Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dellaert committed Jul 25, 2024
1 parent f2bc364 commit a90dbc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gtsam/navigation/PreintegratedRotation.h
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ class GTSAM_EXPORT PreintegratedRotation {
* @param measuredOmega The measured angular velocity (as given by the sensor)
* @param bias The biasHat estimate
* @param deltaT The time interval
* @param F Jacobian of internal compose, used in AhrsFactor.
* @param F optional Jacobian of internal compose, used in AhrsFactor.
*/
void integrateGyroMeasurement(const Vector3& measuredOmega,
const Vector3& biasHat, double deltaT,
Expand All @@ -190,7 +190,7 @@ class GTSAM_EXPORT PreintegratedRotation {
/**
* @brief Return a bias corrected version of the integrated rotation.
* @param biasOmegaIncr An increment with respect to biasHat used above.
* @param H Jacobian of the correction w.r.t. the bias increment.
* @param H optional Jacobian of the correction w.r.t. the bias increment.
* @note The *key* functionality of this class used in optimizing the bias.
*/
Rot3 biascorrectedDeltaRij(const Vector3& biasOmegaIncr,
Expand Down

0 comments on commit a90dbc7

Please sign in to comment.