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 <[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]>
Fixed to publish processing_time_ms

Signed-off-by: Shintaro Sakoda <[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]>
* 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
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.

@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
@Motsu-san Motsu-san merged commit 7edb0d5 into autowarefoundation:main Jan 20, 2025
23 of 24 checks passed
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