forked from tier4/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 0
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): allow multi sensor inputs in ekf_localizer (tier…
…4#1027) * first commit Signed-off-by: kminoda <koji.m.minoda@gmail.com> * ci(pre-commit): autofix Signed-off-by: kminoda <koji.m.minoda@gmail.com> * updated Signed-off-by: kminoda <koji.m.minoda@gmail.com> * deque to queue Signed-off-by: kminoda <koji.m.minoda@gmail.com> * ci(pre-commit): autofix Signed-off-by: kminoda <koji.m.minoda@gmail.com> * queue debugged Signed-off-by: kminoda <koji.m.minoda@gmail.com> * ci(pre-commit): autofix Signed-off-by: kminoda <koji.m.minoda@gmail.com> * ci(pre-commit): autofix Signed-off-by: kminoda <koji.m.minoda@gmail.com> * deque to queue Signed-off-by: kminoda <koji.m.minoda@gmail.com> * queue didn't support q.clear()... Signed-off-by: kminoda <koji.m.minoda@gmail.com> * for debug, and must be ignored later Signed-off-by: kminoda <koji.m.minoda@gmail.com> * ci(pre-commit): autofix * removed dummy variables Signed-off-by: kminoda <koji.m.minoda@gmail.com> * ci(pre-commit): autofix * run pre-commit Signed-off-by: kminoda <koji.m.minoda@gmail.com> * update readme Signed-off-by: kminoda <koji.m.minoda@gmail.com> * update readme Signed-off-by: kminoda <koji.m.minoda@gmail.com> * ci(pre-commit): autofix * reflected some review comments Signed-off-by: kminoda <koji.m.minoda@gmail.com> * reflected some review comments Signed-off-by: kminoda <koji.m.minoda@gmail.com> * added smoothing_steps param in pose_info and twist_info Signed-off-by: kminoda <koji.m.minoda@gmail.com> * ci(pre-commit): autofix * use withcovariance in PoseInfo & TwistInfo, now build works Signed-off-by: kminoda <koji.m.minoda@gmail.com> * ci(pre-commit): autofix * (not verified yet) update z, roll, pitch using 1D filter Signed-off-by: kminoda <koji.m.minoda@gmail.com> * ci(pre-commit): autofix * added TODO comments Signed-off-by: kminoda <koji.m.minoda@gmail.com> * ci(pre-commit): autofix * update initialization of simple1DFilter Signed-off-by: kminoda <koji.m.minoda@gmail.com> * fixed a bug (=NDT did not converge when launching logging_simulator) Signed-off-by: kminoda <koji.m.minoda@gmail.com> * debug Signed-off-by: kminoda <koji.m.minoda@gmail.com> * change gnss covariance, may have to be removed from PR Signed-off-by: kminoda <koji.m.minoda@gmail.com> * ci(pre-commit): autofix * removed unnecessary comments Signed-off-by: kminoda <koji.m.minoda@gmail.com> * added known issue Signed-off-by: kminoda <koji.m.minoda@gmail.com> * ci(pre-commit): autofix * change the default gnss covariance to the previous one Signed-off-by: kminoda <koji.m.minoda@gmail.com> * pre-commit Signed-off-by: kminoda <koji.m.minoda@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
Showing
5 changed files
with
213 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.