Skip to content
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

Conversation

Motsu-san
Copy link
Contributor

@Motsu-san Motsu-san commented Jan 20, 2025

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?

  1. Clone & Build autoware main branch
  2. Change version on autoware.core(this PR) and autoware.universe(feat(autoware_ekf_localizer)!: porting from universe to core autoware.universe#9978) under the "src" dir
  3. Rebuild autoware_ekf_localizer only
  4. Relpay sample rosbag
  5. Confirm the behavior is alright.

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

a-maumau and others added 13 commits September 18, 2024 17:07
…(#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>
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>
Copy link

github-actions bot commented Jan 20, 2025

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

Copy link
Contributor

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.

Copy link
Contributor Author

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>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<version>0.40.0</version>
<version>0.0.0</version>

Copy link
Contributor Author

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>
@Motsu-san Motsu-san changed the title feat(autoware_ekf_localizer): porting from universe to core feat(autoware_ekf_localizer)!: porting from universe to core Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants