Skip to content

Commit 42b27e4

Browse files
VRichardJPProfFan
authored andcommitted
fix typo
1 parent 0fee5cb commit 42b27e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gtsam/navigation/PreintegrationBase.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ NavState PreintegrationBase::predict(const NavState& state_i,
129129
Matrix9 D_predict_state, D_predict_delta;
130130
NavState state_j = state_i.retract(xi,
131131
H1 ? &D_predict_state : nullptr,
132-
H2 || H2 ? &D_predict_delta : nullptr);
132+
H1 || H2 ? &D_predict_delta : nullptr);
133133
if (H1)
134134
*H1 = D_predict_state + D_predict_delta * D_delta_state;
135135
if (H2)

0 commit comments

Comments
 (0)