-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(autoware_ekf_localizer)!: porting from universe to core #174
feat(autoware_ekf_localizer)!: porting from universe to core #174
Conversation
…(#8888) * import lanelet2_map_preprocessor Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com> * move headers to include/autoware/efk_localier Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com> --------- Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com>
…are (#8922) add autoware prefix to localization_util Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com>
Removed timer_tf_ Signed-off-by: Shintaro Sakoda <shintaro.sakoda@tier4.jp>
* unify package.xml version to 0.37.0 * remove system_monitor/CHANGELOG.rst * add changelog * 0.38.0 --------- Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
…on/autoware.universe (#9304) Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
Fixed to publish processing_time_ms Signed-off-by: Shintaro Sakoda <shintaro.sakoda@tier4.jp>
Signed-off-by: M. Fatih Cırıt <mfc@autoware.org>
* chore(package.xml): bump version to 0.39.0 Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp> * fix: fix ticket links in CHANGELOG.rst Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp> * fix: remove unnecessary diff Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp> --------- Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp> Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp> Co-authored-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
* check set intialpose Signed-off-by: Yamato Ando <yamato.ando@tier4.jp> * update png Signed-off-by: Yamato Ando <yamato.ando@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: Yamato Ando <yamato.ando@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…s localization/autoware_ekf_localizer (#9860) Signed-off-by: vish0012 <vishalchhn42@gmail.com> Co-authored-by: SakodaShintaro <shintaro.sakoda@tier4.jp>
Merge remote-tracking branch 'temp/main' into feat/porting_ekf_localizer_from_universe_to_core
Signed-off-by: Motsu-san <masahiro.sakamoto@tier4.jp>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file does not need to be ported, please delete it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK. I'll delete it.
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>autoware_ekf_localizer</name> | ||
<version>0.40.0</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<version>0.40.0</version> | |
<version>0.0.0</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This package is initial on autoware.core, I got it. I'll make your change.
Signed-off-by: Motsu-san <masahiro.sakamoto@tier4.jp>
Signed-off-by: Motsu-san <masahiro.sakamoto@tier4.jp>
Description
We are porting autoware_ekf_localizer to autoware.core, and this PR add the package to core
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.