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(psim)!: preapre settings to launch localization modules on psim #8212

Conversation

yuki-takagi-66
Copy link
Contributor

@yuki-takagi-66 yuki-takagi-66 commented Jul 26, 2024

Description

This PR is a part of the following issue:
autowarefoundation/autoware_launch#1100

This PR allows localization and simple_planning_simulator to support launching the localization module in psim.
launch PR: autowarefoundation/autoware_launch#1094

For more details, please see the launch PR and the issue page.

How was this PR tested?

psim tests and scenario simulator

Notes for reviewers

None.

Interface changes

Effects on system behavior

@github-actions github-actions bot added component:launch Launch files, scripts and initialization tools. (auto-assigned) component:simulation Virtual environment setups and simulations. (auto-assigned) labels Jul 26, 2024
Copy link

github-actions bot commented Jul 26, 2024

Thank you for contributing to the Autoware project!

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

Please ensure:

Copy link

codecov bot commented Jul 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 23.91%. Comparing base (2f392a8) to head (9b03ebe).
Report is 7 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8212   +/-   ##
=======================================
  Coverage   23.90%   23.91%           
=======================================
  Files        1381     1384    +3     
  Lines      101913   101940   +27     
  Branches    38810    38812    +2     
=======================================
+ Hits        24363    24374   +11     
  Misses      75066    75066           
- Partials     2484     2500   +16     
Flag Coverage Δ *Carryforward flag
differential 25.94% <100.00%> (?)
total 23.90% <ø> (-0.01%) ⬇️ Carriedforward from e9fe665

*This pull request uses carry forward flags. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@yuki-takagi-66 yuki-takagi-66 added tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) and removed tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) labels Jul 26, 2024
@yuki-takagi-66 yuki-takagi-66 force-pushed the takagi/launch_localization_on_psim branch from 2c74c20 to 67cc848 Compare July 26, 2024 10:06
Comment on lines 159 to 161
<arg name="ndt_enabled" value="false"/>
<arg name="gnss_enabled" value="false"/>
<arg name="ekf_enabled" value="true"/>
Copy link
Contributor

Choose a reason for hiding this comment

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

localization modules without NDT will be launched.

not NDT but ekf?

Copy link
Contributor

Choose a reason for hiding this comment

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

this is just pose_initializer's args. sorry I misunderstood

Comment on lines 159 to 161
<arg name="ndt_enabled" value="false"/>
<arg name="gnss_enabled" value="false"/>
<arg name="ekf_enabled" value="true"/>
Copy link
Contributor

Choose a reason for hiding this comment

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

this is just pose_initializer's args. sorry I misunderstood

@yuki-takagi-66 yuki-takagi-66 force-pushed the takagi/launch_localization_on_psim branch 2 times, most recently from eb35996 to 69110b2 Compare July 26, 2024 10:22
@yuki-takagi-66 yuki-takagi-66 removed the tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Jul 26, 2024
@yukkysaito yukkysaito self-requested a review July 29, 2024 03:40
Copy link
Contributor

@yukkysaito yukkysaito left a comment

Choose a reason for hiding this comment

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

@yuki-takagi-66 yuki-takagi-66 force-pushed the takagi/launch_localization_on_psim branch 2 times, most recently from 7985c6d to a136f54 Compare August 14, 2024 05:08
@yuki-takagi-66 yuki-takagi-66 changed the title feat(psim)!: enabling to launch Localization modules on psim WIP feat(psim)!: enabling to launch Localization modules on psim Aug 14, 2024
@yuki-takagi-66 yuki-takagi-66 force-pushed the takagi/launch_localization_on_psim branch from a136f54 to 04546f0 Compare August 14, 2024 07:32
@yuki-takagi-66 yuki-takagi-66 changed the title WIP feat(psim)!: enabling to launch Localization modules on psim feat(psim)!: enabling to launch localization modules on psim Aug 15, 2024
@yuki-takagi-66 yuki-takagi-66 changed the title feat(psim)!: enabling to launch localization modules on psim feat(psim)!: preapre settings to launch localization modules on psim Aug 15, 2024
@yuki-takagi-66 yuki-takagi-66 added the tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Aug 15, 2024
Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
@yuki-takagi-66 yuki-takagi-66 force-pushed the takagi/launch_localization_on_psim branch from 3601844 to 9b03ebe Compare August 19, 2024 05:17
@yuki-takagi-66 yuki-takagi-66 merged commit 776f5d8 into autowarefoundation:main Aug 19, 2024
29 of 30 checks passed
@yuki-takagi-66 yuki-takagi-66 deleted the takagi/launch_localization_on_psim branch August 19, 2024 08:51
kosuke55 pushed a commit to tier4/autoware.universe that referenced this pull request Aug 22, 2024
kyoichi-sugahara pushed a commit to kyoichi-sugahara/autoware.universe that referenced this pull request Aug 27, 2024
kosuke55 pushed a commit to tier4/autoware.universe that referenced this pull request Aug 29, 2024
yuki-takagi-66 added a commit to tier4/autoware.universe that referenced this pull request Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:launch Launch files, scripts and initialization tools. (auto-assigned) component:simulation Virtual environment setups and simulations. (auto-assigned) tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants