-
Notifications
You must be signed in to change notification settings - Fork 40
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 <[email protected]> * move headers to include/autoware/efk_localier Signed-off-by: a-maumau <[email protected]> --------- Signed-off-by: a-maumau <[email protected]>
…are (#8922) add autoware prefix to localization_util Signed-off-by: a-maumau <[email protected]>
Removed timer_tf_ Signed-off-by: Shintaro Sakoda <[email protected]>
* unify package.xml version to 0.37.0 * remove system_monitor/CHANGELOG.rst * add changelog * 0.38.0 --------- Signed-off-by: Yutaka Kondo <[email protected]>
…on/autoware.universe (#9304) Signed-off-by: Esteve Fernandez <[email protected]>
Fixed to publish processing_time_ms Signed-off-by: Shintaro Sakoda <[email protected]>
Signed-off-by: M. Fatih Cırıt <[email protected]>
* chore(package.xml): bump version to 0.39.0 Signed-off-by: Yutaka Kondo <[email protected]> * fix: fix ticket links in CHANGELOG.rst Signed-off-by: Ryohsuke Mitsudome <[email protected]> * fix: remove unnecessary diff Signed-off-by: Ryohsuke Mitsudome <[email protected]> --------- Signed-off-by: Yutaka Kondo <[email protected]> Signed-off-by: Ryohsuke Mitsudome <[email protected]> Co-authored-by: Yutaka Kondo <[email protected]>
Signed-off-by: Fumiya Watanabe <[email protected]>
* check set intialpose Signed-off-by: Yamato Ando <[email protected]> * update png Signed-off-by: Yamato Ando <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: Yamato Ando <[email protected]> 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 <[email protected]> Co-authored-by: SakodaShintaro <[email protected]>
Merge remote-tracking branch 'temp/main' into feat/porting_ekf_localizer_from_universe_to_core
Signed-off-by: Motsu-san <[email protected]>
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 <[email protected]>
Signed-off-by: Motsu-san <[email protected]>
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.