feat(app): add autoware module (ekf_localizer)#689
Conversation
Signed-off-by: nokosaaan <nishimura.r.019@ms.saitama-u.ac.jp>
Signed-off-by: nokosaaan <nishimura.r.019@ms.saitama-u.ac.jp>
Signed-off-by: nokosaaan <nishimura.r.019@ms.saitama-u.ac.jp>
Signed-off-by: nokosaaan <nishimura.r.019@ms.saitama-u.ac.jp>
Signed-off-by: nokosaaan <nishimura.r.019@ms.saitama-u.ac.jp>
|
This PR will be reviewed after #688 is merged. |
Signed-off-by: nokosaaan <nishimura.r.019@ms.saitama-u.ac.jp>
|
@nokosaaan
Are you implementing only “predictions for a single point in time + simplified velocity observation updates”? |
|
@kobayu858 On whether the current state is intentional: it reflects what was used for our paper's evaluation (dead-reckoning only, 3. vx_obs_var fixed at 1.0 — not intentional, and not dead code.
5.
Given all that, I'll implement all 5 to match upstream, independent of whether today's specific evaluation setup happens to exercise each one. |
Signed-off-by: nokosaaan <nishimura.r.019@ms.saitama-u.ac.jp>
Description
I added the
ekf_localizermodule.I have ported the Autoware test case to Rust code.
Although there were multiple test cases for
ekf_localizer, I believe that portingtest_covariance.cppalone is sufficient for dead reckoning in MRM. If it becomes necessary to add other test cases, I will consider implementing them as well.Related links
https://github.com/autowarefoundation/autoware_core/tree/main/localization/autoware_ekf_localizer/test
How was this PR tested?
ekf_localizer.txt
Notes for reviewers