Skip to content

Commit

Permalink
chore(ekf_localizer): typo
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Richard <vincent.francois.richard@gmail.com>
  • Loading branch information
VRichardJP committed Feb 6, 2023
1 parent ace34c6 commit 8337407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion localization/ekf_localizer/src/state_transition.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ double normalizeYaw(const double & yaw)
* y_{k+1} = y_k + vx_k * sin(yaw_k + b_k) * dt
* yaw_{k+1} = yaw_k + (wz_k) * dt
* b_{k+1} = b_k
* vx_{k+1} = vz_k
* vx_{k+1} = vx_k
* wz_{k+1} = wz_k
*
* (b_k : yaw_bias_k)
Expand Down

0 comments on commit 8337407

Please sign in to comment.