Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ekf_localizer): short periodic updates of z values based on pitch (
autowarefoundation#4554) * feat(ekf_localizer): short periodic updates of z values based on pitch Signed-off-by: yuhei <yuhei1030.mini.normal@gmail.com> * delete an unnecessary space Signed-off-by: yuhei <yuhei1030.mini.normal@gmail.com> * add brief considering_z_ndt_delay() Signed-off-by: yuhei <yuhei1030.mini.normal@gmail.com> * style(pre-commit): autofix * add const and reference Signed-off-by: yuhei <yuhei1030.mini.normal@gmail.com> * modify function about renewing z value, change name of function and variable Signed-off-by: yuhei <yuhei1030.mini.normal@gmail.com> * style(pre-commit): autofix * delete unnecessary lines Signed-off-by: yuhei <yuhei1030.mini.normal@gmail.com> * style(pre-commit): autofix * move updateZConsideringDelay() to in updateSimple1DFilters() Signed-off-by: yuhei <yuhei1030.mini.normal@gmail.com> * change name of function Signed-off-by: yuhei <yuhei1030.mini.normal@gmail.com> * style(pre-commit): autofix * add explanation in timerCallback() to make it easier to understand Signed-off-by: yuhei <yuhei1030.mini.normal@gmail.com> * modify a mistake Signed-off-by: yuhei <yuhei1030.mini.normal@gmail.com> * move calculateDeltaZFromPitch(), delete counter Signed-off-by: yuhei <yuhei1030.mini.normal@gmail.com> * use variable t_receive_pose Signed-off-by: yuhei <yuhei1030.mini.normal@gmail.com> * style(pre-commit): autofix * add underscore to member variables Signed-off-by: yuhei <yuhei1030.mini.normal@gmail.com> * style(pre-commit): autofix * add a description about caluculation delta from pitch Signed-off-by: yuhei <yuhei1030.mini.normal@gmail.com> * style(pre-commit): autofix * delete pitch_from_ndt_ Signed-off-by: yuhei <yuhei1030.mini.normal@gmail.com> * style(pre-commit): autofix * modify ekf_localizer Signed-off-by: yuhei <yuhei1030.mini.normal@gmail.com> * modify README about Calculation of vertical correction amount from pitch Signed-off-by: yuhei <yuhei1030.mini.normal@gmail.com> * adjust code to a standard Signed-off-by: yuhei <yuhei1030.mini.normal@gmail.com> * style(pre-commit): autofix * adjust lines to a standard Signed-off-by: yuhei <yuhei1030.mini.normal@gmail.com> * style(pre-commit): autofix * modify README and name of variable Signed-off-by: yuhei <yuhei1030.mini.normal@gmail.com> * style(pre-commit): autofix * modify README Signed-off-by: yuhei <yuhei1030.mini.normal@gmail.com> * modify media Signed-off-by: yuhei <yuhei1030.mini.normal@gmail.com> * modify media Signed-off-by: yuhei <yuhei1030.mini.normal@gmail.com> * delete calculateDeltaFromPitch() and write internal calculation in one liner Signed-off-by: yuhei <yuhei1030.mini.normal@gmail.com> * modify README (Calculation of vertical correction amount from pitch in Features) Signed-off-by: yuhei <yuhei1030.mini.normal@gmail.com> * style(pre-commit): autofix --------- Signed-off-by: yuhei <yuhei1030.mini.normal@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: kminoda <44218668+kminoda@users.noreply.github.com>
- Loading branch information